Search code examples
laravelmcrypt

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


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?!


Solution

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