-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG]: phalcon4 crypt performance #15118
Labels
bug
A bug report
Comments
Fast tested on laptop:
Probably problem is not in key length. |
i think the problem is with $crypt->decryptBase64() and not the key size |
This was referenced Sep 29, 2020
3 tasks
Fixed in #15160 |
The problem was that the available openssl ciphers were collected and checked before every decrypt. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have upgraded the project on php7.3 from phalcon 3 to phalcon 4. One thing i have notice, is that the load from the server have increased alot...
one big change i saw was in Phalcon/Crypt
service.php
Example: phalcon3
2,6897709369659
with phalcon 4 (same code)
26,91615819931
Is this normal behavior?
Thank you
dev & prod environment on php 7.3, tested on cli
The text was updated successfully, but these errors were encountered: