Sunday, 12 March 2017

Nodejs crypto Decryption and browser encryption

I need to pass a public key to the browser from nodejs and the browser should encrypt the user data and send it to the nodejs server, then nodejs should be able to decrypt it. I am trying to use crypto of nodejs in the server side and https://github.com/wwwtyro/cryptico cryptico in the browser.

I looked into angularjs-crypo, ursa etc, It made me more confused. PS: Im new to encryption and cryptography, any help would be appreciated



via Nik

No comments:

Post a Comment