By rlamarch
via bitwiseshiftleft.github.com
Published: Jun 10 2010 / 04:21
The Stanford Javascript Crypto Library (hosted on GitHub) is a project by the Stanford Computer Security Lab to build a secure, powerful, fast, small, easy-to-use, cross-browser library for cryptography in Javascript.
SJCL is easy to use: simply run sjcl.encrypt("password", "data") to encrypt data, or sjcl.decrypt("password", "encrypted-data") to decrypt it. For users with more complex security requirements, there is a much more powerful API, described in the documentation and illustrated in this demo page.
Add your comment
Voters For This Link (13)
-
rlamarch -
mswatcher -
mitchp -
cvwall -
jetm -
nyuhuhuu -
zalun -
shantanu_k06 -
Ambyte -
weba2lix -
danigb -
aaroeiraa -
federico.monaldi@gmail.com


