Mcrypt

add a note

User Contributed Notes 1 note

up
8
zelnaga at gmail dot com
5 years ago
If you're wanting to use mcrypt on a newer version of PHP where it's been deprecated try the shim for it instead:

https://github.com/phpseclib/mcrypt_compat
To Top