Is there any rule for mcrypt_get_iv_size deprecation? #7463
Answered
by
TomasVotruba
enkhtulga-gantsagaan
asked this question in
Q&A
|
I am trying to upgrade php 5.4 to 87.2 by step by step (5.4 to 5.5, 5.5 to 5.6 etc).
Here are example of restor.php: |
Answered by
TomasVotruba
Sep 7, 2022
Replies: 1 comment 3 replies
|
Hi, thanks fyour question. Could you share a PHP code, of what change exactly do you expect? The |
3 replies
Answer selected by
enkhtulga-gantsagaan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks fyour question.
Could you share a PHP code, of what change exactly do you expect?
The
mcryptwas removed completelly and there is no replacement for it, neither migration path.So it must be rather refactored to existing secure libraries manually.