diff --git a/creator/secret-template.html b/creator/secret-template.html index dc36967..d5484cd 100644 --- a/creator/secret-template.html +++ b/creator/secret-template.html @@ -6,273 +6,307 @@ It uses your browser's cryptograpy APIs to decrypt it, if you know the password. --> - - - - - - - -

This page contains a secret

-

Enter the password to decrypt it

-

Created with Portable Secret

- -

- This file contains a secret (message, file, or image) that can be recovered if you know the password.
- The secret can be decrypted without an internet connection, this file has no dependencies and no data leaves the browser window. -

- -
-

Password hint:

-
{{PASSWORD_HINT}}
-
- -
-

Password:

- -
- -
- - -
- - - - - - - -
- Details - - These are decryption inputs, that can be safely transmitted in the clear. - Without the correct password, they are useless. - -
- Salt: - + // Update page with status of decryption + function setMessage(msg) { + document.getElementById("errormsg").innerHTML = msg + } + + + + +

This page contains a secret

+

Enter the password to decrypt it

+

Created with Portable Secret

+ +

+ This file contains a secret (message, file, or image) that can be recovered if you know the password.
+ The secret can be decrypted without an internet connection, this file has no dependencies and no data leaves the browser window. +

+ +
+

Password hint:

+
{{PASSWORD_HINT}}
+
+ +
+
+

+ Password +

+ ( +
+ + +
+ ): +
+ +
-
- IV: - +
+ +
-
- Ciphertext:
- +
+ + + + +
-
- - + +
+ Details + + These are decryption inputs, that can be safely transmitted in the clear. + Without the correct password, they are useless. + +
+ Salt: + +
+ +
+ IV: + +
+ +
+ Ciphertext:
+ +
+
+ +