php-openssl-cryptor
php-openssl-cryptor copied to clipboard
mcrypt deprecated and removed from php 7.2
An FYI that as of PHP 7.1 mycrypt is deprecated and removed entirely from version 7.2.
Indeed, making this non-mcrypt openssl based class and example all the more relevant! Using openssl over mcrypt has been recommended for several years now.
Thanks! I actually found it and integrated it into my old script.