Dail
Dail

Reputation: 4608

private/public cryptography with Node.js

I have to do something like this with Node.js (crypto module).

http://www.devco.net/archives/2006/02/13/public_-_private_key_encryption_using_openssl.php

Is this possible with the methods in crypto module?

Thank you!

Upvotes: 0

Views: 423

Answers (1)

Raadad
Raadad

Reputation: 432

You may want to have a look at the following libraries

Hopefully they help.

Upvotes: 1

Related Questions