Comment on Introducing Braintree.jsComments−jared31413yDirect Source Link: https://github.com/braintree/braintree.jsNeat, 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/
Comments
Direct Source Link: https://github.com/braintree/braintree.js
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/