We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b759694 commit e552dc4Copy full SHA for e552dc4
1 file changed
src/index.html
@@ -254,7 +254,7 @@ <h3 class="text-lg font-semibold text-gray-900 mb-4">Cryptographic Key Hierarchy
254
</div>
255
<div class="flex justify-center">
256
<div class="bg-purple-100 rounded-lg p-4 shadow border-2 border-purple-300 min-w-[200px] text-center">
257
- <div class="text-sm font-medium text-purple-800">Master Password (mp)</div>
+ <div class="text-sm font-medium text-purple-800">Keyset Access Key</div>
258
<div class="text-xs text-purple-600 mt-1">Randomly generated 256-bit symmetric key</div>
259
<div class="text-xs text-purple-600 mt-1">for encrypting asymmetric Master keys</div>
260
<div class="text-xs font-mono bg-white p-2 rounded mt-2" id="mpPreview">...</div>
0 commit comments