Merge pull request #18 from ferhatelmas/patch-1

Fix a typo in readme
pull/95/head
Robin Moisson 2017-06-17 20:00:16 +02:00 zatwierdzone przez GitHub
commit edabdbdf83
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ StatiCrypt generates a static, password protected page that can be decrypted in-
StatiCrypt basically encrypts your page and puts 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 would be trivial to do at a really fast pace: **use a long, unusual passphrase!**
AES-256 is state of the art but brute-force/dictionary attacks would be trivial to do at a really fast pace: **use a long, unusual passphrase!**
The concept is simple but this is a side project - not purporting to be bulletproof, feel free to contribute or report any thought to the GitHub project !