-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
If You're Typing the Word MCRYPT Into Your PHP Code, You're Doing It Wrong #129
Comments
👍 |
Reference ... Inchoo/Inchoo_PHP7#98 |
This is a nice read about this problem. |
Just pushed PR for this issue. See #506 |
Close due to #506 |
Should this also be changed? https://github.com/OpenMage/magento-lts/blob/1.9.4.x/lib/Zend/Filter/Encrypt.php#L85 |
Is that code used anywhere? I'd rather remove unused code than try to fix it. |
with mcryptcompat all should work
#1211
…On Wed, Sep 30, 2020 at 11:55 PM Colin Mollenhour ***@***.***> wrote:
Should this also be changed?
https://github.com/OpenMage/magento-lts/blob/1.9.4.x/lib/Zend/Filter/Encrypt.php#L85
Is that code used anywhere? I'd rather remove unused code than try to fix
it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE7I22RDWOGTBYJT5T37O3SIOSOVANCNFSM4CUBB27Q>
.
|
https://paragonie.com/blog/2015/05/if-you-re-typing-word-mcrypt-into-your-code-you-re-doing-it-wrong
Mage_Core_Model_Encryption uses Varien_Crypt which implements mcrypt by default.
I propose the following:
EDIT:
Oh yeah, mcrypt will be deprecated in PHP 7.1 and removed in the version after. More info: https://wiki.php.net/rfc/mcrypt-viking-funeral
The text was updated successfully, but these errors were encountered: