Upgrading my encryption library from Mcrypt to OpenSSL
问题 I am using the below commonly referenced library for encryption. I want to upgrade it to OpenSSL from Mcrypt so that I am no longer using a deprecated library. I\'m trying to find out if this is even possible. I\'ve done some research on this, but I\'ve found conflicting information: This post says that it is impossible to decrypt data using OpenSSL that was encrypted with Mcrypt. https://stackoverflow.com/a/19748494/5834657 However, this post says that it is possible using padding. It