A News Sharing Service Powered By You!
Username: Password:
All Internet & Media Politics & Business People & Entertainment
1
updown

How to securly encrypt and decrypt data with JavaScript.

submited by newsider in Programming

Stanford University has released a secure, powerful, fast, small, easy-to-use, cross-browser library for cryptography in Javascript.
It is very easy to use, to encrypt data you just call sjcl.encrypt(“password”, “data”) and you can decrypt it by calling sjcl.decrypt(“password”, “encrypted-data”)

SJCL is secure. It uses the industry-standard AES algorithm at 128, 192 or 256 bits; the SHA256 hash function; the HMAC authentication code; the PBKDF2 password strengthener; and the CCM and OCB authenticated-encryption modes.


Source: http://github.com/bitwiseshiftleft/sjcl/tree/version-0.8...

Short URL: Tweet this
Comments

Please login to comment..

ad
User generated content is the prpperty of the users, or the property of other content owners (via link).