Skip to content

Commit

Permalink
Update about key stretching and next version plans
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp committed Dec 31, 2014
1 parent a4b190e commit f9cb6b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Gibberish AES is fully compatible with default OpenSSL on the command line

openssl aes-256-cbc -d -in secret.txt.enc -out secret.txt -k p4ssw0rd

(Note: OpenSSL "enc" uses a non-standard file format which lacks [key stretching](http://en.wikipedia.org/wiki/Key_stretching), this means less secure passwords are more susceptible to brute forcing. The next version of Gibberish will include key stretching but will break compatiblity with OpenSSL. This change will be a major version bump to 2.0)

[Find out more](http://mdp.github.com/gibberish/Gibberish/AES.html)

## RSA
Expand Down

0 comments on commit f9cb6b4

Please sign in to comment.