diff --git a/crypto.html b/crypto.html index a75abc7d..d111d332 100644 --- a/crypto.html +++ b/crypto.html @@ -73,7 +73,7 @@
{{privateKey.b64}}

@@ -87,8 +87,6 @@ -
-

The "Cipher String"

{{cipher.string}}
@@ -470,6 +468,11 @@ // Generate initial set of keys vm.generateKeys(); + + // Set default values + vm.email = 'user@example.com'; + vm.masterPassword = 'password123'; + vm.plaintext = 'This is a secret.'; })();