diff options
author | Mark Percival <m@mdp.im> | 2015-09-16 19:09:02 -0400 |
---|---|---|
committer | Mark Percival <m@mdp.im> | 2015-09-16 19:09:02 -0400 |
commit | 8a4a677fa3f37b5a2bf37fe566f1789397d09817 (patch) | |
tree | b6ac8f5c89fbd2b4c4c892e588e49912a25d20c4 | |
parent | 9b955d111d2a87445c3a7ab76b750c1a769040b0 (diff) | |
download | gibberish-aes-origin/master.zip gibberish-aes-origin/master.tar.gz gibberish-aes-origin/master.tar.bz2 |
Update README.markdownHEADorigin/masterorigin/HEADmaster
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 727e494..025ae66 100644 --- a/README.markdown +++ b/README.markdown @@ -6,7 +6,7 @@ This library is a quite old, and uses an older and non-authenticated cipher mode, CBC. There are better and more frequently maintained alternatives. Here are a couple that I would recommend: - [LibSodium](https://github.com/jedisct1/libsodium) is becoming a widely adopted library with a variety of languages supported including Ruby and JS. Example of a similar API in LibSodium.js - [mdp/gibberish-libsodium](https://github.com/mdp/gibberish-libsodium) -- [Stanford's Javascript Crypto Library](https://github.com/bitwiseshiftleft/sjcl) features OCB mode AES encryption along with authentication. Sopported on most modern browsers and in node. +- [Stanford's Javascript Crypto Library](https://github.com/bitwiseshiftleft/sjcl) features OCB mode AES encryption along with authentication. Supported on most modern browsers and in node. ---- |