Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public key cryptography #20

Open
GoogleCodeExporter opened this issue Apr 19, 2016 · 4 comments
Open

Public key cryptography #20

GoogleCodeExporter opened this issue Apr 19, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Issue 22 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant