summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Percival <m@mdp.im>2015-09-16 19:09:02 -0400
committerMark Percival <m@mdp.im>2015-09-16 19:09:02 -0400
commit8a4a677fa3f37b5a2bf37fe566f1789397d09817 (patch)
treeb6ac8f5c89fbd2b4c4c892e588e49912a25d20c4
parent9b955d111d2a87445c3a7ab76b750c1a769040b0 (diff)
downloadgibberish-aes-origin/HEAD.zip
gibberish-aes-origin/HEAD.tar.gz
gibberish-aes-origin/HEAD.tar.bz2
-rw-r--r--README.markdown2
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.
----