laravel-encryptable icon indicating copy to clipboard operation
laravel-encryptable copied to clipboard

Easily anonymize sensitive data through eloquent queries

Results 1 laravel-encryptable issues
Sort by recently updated
recently updated
newest added

## 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 ...