diff --git a/index.html b/index.html index 12fdd1f..f40931c 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,17 @@ font-size: 16px; } + +
@@ -38,10 +49,12 @@ to encrypt your string with your passphrase in your browser (client side).- Download your encrypted string in a HTML page with a password prompt you can upload anywhere (see example). + Download your encrypted string in a HTML page with a password prompt you can upload anywhere (see example).
-StatiCrypt generates a static, password protected page that can be decrypted in-browser: @@ -49,12 +62,12 @@ and you're done: the javascript will prompt users for password, decrypt the page and load your HTML.
- Disclaimer TL;DR: if you have extra sensitive data, you should probably use - something else :) + Disclaimer TL;DR: if you have extra sensitive data, you should probably + use something else :)
- We basically encrypt your page and put everything with a user-friendly way to use a password in the new
- file.
+ StatiCrypt basically encrypt your page and put everything with a user-friendly way to use a password
+ in the new file.
AES-256 is state of the art but brute-force/dictionnary attacks are trivial to
do at a really fast pace: use a long, unusual passphrase !