Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added initialization vector to Encryption class #7297

Closed
wants to merge 1 commit into from
Closed

Added initialization vector to Encryption class #7297

wants to merge 1 commit into from

Commits on Mar 29, 2019

  1. Added initialization vector to encryption class

    This is a drop-in replacement that fixes the issue where openssl_encrypt emits an E_WARNING level error if an empty value is passed in via the iv parameter (https://www.php.net/manual/en/function.openssl-encrypt.php).
    Derek committed Mar 29, 2019
    Copy the full SHA
    091e686 View commit details
    Browse the repository at this point in the history