diff --git a/crypto.html b/crypto.html
index d111d332..bc4fcb9a 100644
--- a/crypto.html
+++ b/crypto.html
@@ -53,24 +53,28 @@
-
User Key
- {{userKey.b64}}
+ Master Key
+ {{masterKey.b64}}
Master Password Hash
- {{userKeyHash.b64}}
+ {{masterKeyHash.b64}}
- Generated Symmetric Key Material
- {{key.key.b64}}
+ Generated Symmetric Key
+ {{symKey.key.b64}}
Encryption Key
- {{key.encKey.b64}}
+ {{symKey.encKey.b64}}
MAC Key
- {{key.macKey.b64}}
+ {{symKey.macKey.b64}}
+ Protected Symmetric Key
+ {{protectedSymKey.string}}
Generated RSA Keypair
Public Key
{{publicKey.b64}}
Private Key
{{privateKey.b64}}
+ Protected Private Key
+ {{protectedPrivateKey.string}}