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

PHP 7 and MCRYPT #75

Open
lk-KEVIN opened this issue Feb 14, 2019 · 3 comments
Open

PHP 7 and MCRYPT #75

lk-KEVIN opened this issue Feb 14, 2019 · 3 comments

Comments

@lk-KEVIN
Copy link

lk-KEVIN commented Feb 14, 2019

Hello, I use PHP 7.2.8 and when the site go to install/ give me two errors:
warning: use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
and
warning: use of undefined constant MCRYPT_MODE_CBC - assumed 'MCRYPT_MODE_CBC'
I search and looks like MCRYPT_RIJNDAEL_128 and MCRYPT_MODE_CBC are deprecated in PHP 7=>
Please check it out, maybe another extension will be fix the issue.

@hernantas
Copy link
Owner

I'll check it out...

@ghost
Copy link

ghost commented Jun 22, 2020

@hernantas Any update on this? The mcrypt extension is only available in the PHP repositories for up to PHP 7.1 since it was deprecated back in 2016.

@lk-KEVIN
Copy link
Author

lk-KEVIN commented Jun 23, 2020

@hernantas Any update on this? The mcrypt extension is only available in the PHP repositories for up to PHP 7.1 since it was deprecated back in 2016.

well, I make an update in my fork of this project, the problem is that It throw's more errors, also I made some changes to fix that new errors but I don't make the commits yet (due to internet lack)
some changes to fix those new errors but I still don't make the commits due to lack of internet

this is the encryption change that i made with AES and OpenSSL

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

2 participants