diff options
author | mdp <mdp@yahoo-inc.com> | 2014-04-17 12:43:14 -0700 |
---|---|---|
committer | mdp <mdp@yahoo-inc.com> | 2014-04-17 12:43:14 -0700 |
commit | 06921b5218f2987d2fc4c28797af2b5e7d8ad413 (patch) | |
tree | de9fa37fd109c16efcc233c3a3bdeed2e35a0674 | |
parent | fe9369e2ac2a90a3007d5724ead75ff1ffb9b376 (diff) | |
download | gibberish-aes-06921b5218f2987d2fc4c28797af2b5e7d8ad413.zip gibberish-aes-06921b5218f2987d2fc4c28797af2b5e7d8ad413.tar.gz gibberish-aes-06921b5218f2987d2fc4c28797af2b5e7d8ad413.tar.bz2 |
Less deprecation while we figure out the next step
-rw-r--r-- | README.markdown | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/README.markdown b/README.markdown index 7552ffd..0588b7f 100644 --- a/README.markdown +++ b/README.markdown @@ -1,12 +1,3 @@ -## Deprecation Notice - -TL;DR; This library is a bit old, and uses an older cipher mode, CBC. A better alternatice is the Stanford Javascript -Crypto Libray at bitwiseshift/sjcl - -This library sought to maintain compatibility with OpenSSL on the command line. Unfortunately the CBC encryption on cli OpenSSL lacks authentication. - -[Stanford's Javascript Crypto Library](https://github.com/bitwiseshiftleft/sjcl) is being actively maintained and defaults to an authenticated version of OBC AES encryption. - # Gibberish AES ## A Javascript library for OpenSSL compatible AES encryption @@ -23,6 +14,11 @@ Thanks to : - Michel I. Gallant - [http://www.jensign.com/](http://www.jensign.com/) - Kristof Neirynck - [http://github.com/Crydust](http://github.com/Crydust) Fixes for IE7, YUI compression, JSLINT errors +### Also see: + +Gibberish is meant to be compatible for OpenSSL AES on the command line. There are other Javascript crypto libraries out there that may be better suite for your needs. One of the most popular and actively maintained libraries is +[Stanford's Javascript Crypto Library](https://github.com/bitwiseshiftleft/sjcl). It supports more cipher block modes, along with authentication. + ### Usage // GibberishAES.enc(string, password) |