Cannot decrypt with node.js encryptedstring using openssl in bash (symmetric encryption)
I’m symmetrically encrypting data using node.js code, that I’ll decrypt using the openssl command in a bash script.
I have encrypt/decrypt functions in both environments that work as expected, but encrypting in one and decrypting in the other seems not to work.