How to encrypt decrypt with Node.js crypto module?
I’m trying to encrypt and decrypt text using the ‘aes-256-cbc’ algorithm and using URL safe encoding. Here’s what code I’ve managed to write so far.
I’m trying to encrypt and decrypt text using the ‘aes-256-cbc’ algorithm and using URL safe encoding. Here’s what code I’ve managed to write so far.