From this post: What's wrong with nodejs crypto decipher? I figured out that to make my code work I need to encrypt my data with the openSSL -nosalt option beacuase of the way the node.js crypto library works. Since I am using the Node.js crypto library to encrypt, I need to know how to encrypt the data with the -nosalt option. Also I am using the openSSL aes256
algorithm.
Thanks,
Ari