Posts by ejuniorm • 21 points
1 post
-
2
votes2
answers295
viewsQ: Migrate PHP function from mcrypt to Openssl
I have a PHP function that uses mcrypt. The problem is that PHP 7.2 no longer accepts mcrypt... Does anyone know how to redo it to get the same result using Openssl? function Encript($Val, $chave){…