StartupAPI / users

:zap: User management tool to be used in on-line projects. Includes admin dashboard.
http://www.StartupAPI.com/
MIT License
60 stars 24 forks source link

Replace mcrypt with openssl #276

Closed sergeychernyshev closed 7 years ago

sergeychernyshev commented 7 years ago

Apparently mcrypt is no longer a preferred solution as of PHP 7.1

Migrate to openssl_encrypt if it's available, make mcrypt still an option if openssl extension is not available.

http://php.net/manual/en/book.openssl.php

sergeychernyshev commented 7 years ago

Done in c2f9ab2808b7598069a9fee856cde3403d3a926c