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

Complete "crypto" module #17

Closed
gbrail opened this issue Sep 9, 2013 · 4 comments
Closed

Complete "crypto" module #17

gbrail opened this issue Sep 9, 2013 · 4 comments

Comments

@gbrail
Copy link
Contributor

gbrail commented Sep 9, 2013

Tasks remaining:

Cipher (including insecure but Node-compatible password-based encryption)

Diffie-Hellman (need to extend the noderunner-crypto module since this will depend on Bouncy Castle -- the native stuff in Java does not have an API that will work with the Node API)

Finish DSA signature support

@gbrail
Copy link
Contributor Author

gbrail commented Jan 7, 2014

Cipher has now been implemented, with support for AES, DES, three-key Triple DES, and Blowfish, depending on what is available on the JVM when it's run.

Leaving this open until we get DH and DSA implemented as well.

@gbrail
Copy link
Contributor Author

gbrail commented Feb 18, 2014

Diffie-Hellman is implemented in 0.7.0. Now only DSA is left.

@gbrail
Copy link
Contributor Author

gbrail commented Jun 5, 2014

In master, will close on the next release.

@gbrail
Copy link
Contributor Author

gbrail commented Jul 19, 2014

Fixed in 0.8.0.

@gbrail gbrail closed this as completed Jul 19, 2014
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