Tag: encryption
All the articles with the tag "encryption".
Asymmetric encryption in Nodejs
Learn how to implement asymmetric encryption in Node.js using public and private RSA keys with OpenSSL and the crypto module for secure data exchange.
How to encrypt and decrypt in nodejs
Learn how to encrypt and decrypt strings in Node.js using bcrypt for password hashing and the built-in crypto module for symmetric encryption with AES-256.