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

RSA public key encryption (and possibly private key decryption) #39

Closed
seishun opened this issue Nov 16, 2013 · 2 comments
Closed

RSA public key encryption (and possibly private key decryption) #39

seishun opened this issue Nov 16, 2013 · 2 comments
Assignees
Labels

Comments

@seishun
Copy link

seishun commented Nov 16, 2013

It's one of the features missing from Node.js's crypto module. People normally use ursa for this, but it would be nice to have a well-documented pure JavaScript implementation that doesn't require a compilation step.

@dcodeIO
Copy link

dcodeIO commented Nov 18, 2013

@seishun
Copy link
Author

seishun commented Nov 28, 2013

@dcodeIO I don't feel comfortable using a library that has no documentation apart from examples. And it wants me to use the 'binary' encoding to convert to/from Node Buffers, which is deprecated.

@kjur kjur added the question label May 19, 2015
@kjur kjur self-assigned this May 19, 2015
@kjur kjur closed this as completed May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants