Laravel : "mcrypt_decrypt(): The IV parameter must be as long as the blocksize"

laravel, mcrypt

Solution

I figured this out. All you have to do is clear your cookies, and everything will be A-okay!

Problem

I ran `composer update` on a Laravel application, and now I am getting this error: mcrypt_decrypt(): The IV parameter must be as long as the blocksize What happened?!

Original source