From 3981408264f9457433b4d73586b9fa850bdc9b9b Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Sat, 17 Jun 2017 14:32:30 +0200 Subject: [PATCH] Fix a typo in readme s/dictionnary/dictionary/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 819f84c..569c6d6 100644 --- a/README.md +++ b/README.md @@ -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 !