Neat, it uses the Stanford Javascript Crypto Library[0] and jsbn[1] to do all the encryption in javascript. I guess this is a good stopgap until the WebCryptoAPI[2] gets adopted.
[0] http://crypto.stanford.edu/sjcl/
[1] http://www-cs-students.stanford.edu/~tjw/jsbn/
[2] http://www.w3.org/TR/WebCryptoAPI/
Neat, it uses the Stanford Javascript Crypto Library[0] and jsbn[1] to do all the encryption in javascript. I guess this is a good stopgap until the WebCryptoAPI[2] gets adopted.
[0] http://crypto.stanford.edu/sjcl/
[1] http://www-cs-students.stanford.edu/~tjw/jsbn/
[2] http://www.w3.org/TR/WebCryptoAPI/