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

Update random generators to not rely on mcrypt #277

Open sergeychernyshev opened 7 years ago

sergeychernyshev commented 7 years ago

mcrypt is deprecated as of PHP7

Update random generators to use random_bytes instead. Use https://github.com/paragonie/random_compat to polyfill in older versions of PHP