Cryptography in JavaScript
New library from Stanford promises to be a fast and secure library for cryptography in JavaScript.
https://github.com/bitwiseshiftleft/sjcl
SJCL is easy to use: simply run
sjcl.encrypt("password", "data")
to encrypt data, or
sjcl.decrypt("password", "encrypted-data")
to decrypt it.
Want to learn more?
Sign up to get a digest of my articles and interesting links via email every month.