Encryption in C++ using Openssl and decryption using CryptoJs in Nodejs
I have this code where the secret_key is of 32 length, cipherText variable will have the encrypted data which need to be decoded
I have this code where the secret_key is of 32 length, cipherText variable will have the encrypted data which need to be decoded