You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when trying this code $encrypted = Encryption::php()->encrypt($value); :
openssl_encrypt(): Using an empty Initialization Vector (iv) is potentially insecure and not recommended vendor / maize-tech / laravel-encryptable / src / PHPEncrypter.php : 82
openssl_encrypt (IV) error
I got this error when trying this code
$encrypted = Encryption::php()->encrypt($value);
:openssl_encrypt(): Using an empty Initialization Vector (iv) is potentially insecure and not recommended
vendor / maize-tech / laravel-encryptable / src / PHPEncrypter.php : 82
I found the potential reason here :
https://stackoverflow.com/questions/11821195/use-of-initialization-vector-in-openssl-encrypt
Am i doing something wrong ? or is it a real issue ?
The text was updated successfully, but these errors were encountered: