You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: