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

mcrypt deprecated #1

Open
shadiakiki1986 opened this issue Mar 2, 2017 · 1 comment
Open

mcrypt deprecated #1

shadiakiki1986 opened this issue Mar 2, 2017 · 1 comment
Milestone

Comments

@shadiakiki1986
Copy link
Collaborator

shadiakiki1986 commented Mar 2, 2017

Edit: it seems that libsodium is the future (ref)

As this SO question/answer indicate, the mcrypt extension in php is deprecated. I need to replace my usage of it in this package with:

  • Use Libsodium - A PHP extension
  • If you can't use Libsodium, use defuse/php-encryption - Straight PHP code
  • If you can't use Libsodium or defuse/php-encryption, use OpenSSL - A lot of servers will already have this installed. If not, it can be compiled with --with-openssl[=DIR]
@shadiakiki1986 shadiakiki1986 modified the milestones: 0.3.0, 0.2.0 Mar 23, 2017
@shadiakiki1986
Copy link
Collaborator Author

WIP in branch issue_1_mcrypt_to_libsodium

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