Created
November 4, 2013 00:52
-
-
Save emboss/7296571 to your computer and use it in GitHub Desktop.
JavaScript crypto libraries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sjcl (http://crypto.stanford.edu/sjcl/) | |
crypto-js (https://code.google.com/p/crypto-js/) | |
jsCrypto (https://code.google.com/p/jscryptolib/) | |
triplesec (https://github.com/keybase/triplesec) | |
polycrypt (https://github.com/polycrypt) | |
forge (https://github.com/digitalbazaar/forge) | |
closure (http://docs.closure-library.googlecode.com/git/namespace_goog_crypt.html) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome, i also found this for RSA: http://www-cs-students.stanford.edu/~tjw/jsbn/ and this wrapper for it https://github.com/travist/jsencrypt