tutapos icon indicating copy to clipboard operation
tutapos copied to clipboard

mcrypt_get_iv_size() is deprecated

Open azimidev opened this issue 7 years ago • 1 comments

I get this after installation and running the sever mcrypt_get_iv_size() is deprecated

azimidev avatar Nov 04 '16 01:11 azimidev

In your config/app.php configuration file, you should update the cipher to "AES-256-CBC" and set your key to a random 32 byte string which may be securely generated using php artisan key:generate Check this

ngangavic avatar Nov 28 '22 07:11 ngangavic