Reinoldo / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

Public key cryptography #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great if Crypto-JS implemented some public key cryptography such as 
RSA or something in the ECC space. Although there are some JavaScript RSA 
implementation floating around in the net, their quality is doubtful and if you 
want to use it in conjunction with the symmetric ciphers and hash functions of 
Crypto-JS (which would not be unusual, I believe) you run into problems because 
of inconsistent interfaces.

Original issue reported on code.google.com by denis.a....@gmail.com on 10 Jan 2012 at 1:36

GoogleCodeExporter commented 8 years ago

Original comment by Jeff.Mott.OR on 10 Jan 2012 at 6:37

GoogleCodeExporter commented 8 years ago
Issue 22 has been merged into this issue.

Original comment by Jeff.Mott.OR on 6 May 2012 at 7:50

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
http://www-cs-students.stanford.edu/~tjw/jsbn/ it's under the BSD License

Original comment by haroldD...@gmail.com on 23 Sep 2013 at 6:57