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

AES and PHP 7.3.3 #8

Closed
GeeDeeJay opened this issue Mar 27, 2019 · 0 comments
Closed

AES and PHP 7.3.3 #8

GeeDeeJay opened this issue Mar 27, 2019 · 0 comments

Comments

@GeeDeeJay
Copy link

I've been using AES on PHP 5.x for some time, but now my servers are being updated to PHP 7.3.3.
I tested my existing setup on 7.3.3, and using CBC mode (which is required) validation was failing.
No error messages are shown.
I set up a test on 7.3.3 which prints out the encrypted and decrypted outputs and the decrypted output still looks encrypted
The only clue I've found relates to changes in "__construct", but I don't know enough to decide if that may be the problem.
A demo is at:
http://fyefield.com/php_aes/aes_demo.php
GeeDeeJay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant