Skip to content

Instantly share code, notes, and snippets.

@emboss
Created November 4, 2013 00:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save emboss/7296571 to your computer and use it in GitHub Desktop.
Save emboss/7296571 to your computer and use it in GitHub Desktop.
JavaScript crypto libraries
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)
@tristanls
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment