pH-7 / passcode-password-generator

🤗 A simple, secure & efficient way to generate passcodes and passwords for your PHP application 🔐

Home Page:https://packagist.org/packages/ph-7/passcode-password-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's use random_compat to provide cryptographically secure passwords

pH-7 opened this issue · comments

As this library has been created to support PHP 5.6+, and the native PHP random cyptographically secure function is only available since PHP 7.0, let's use https://github.com/paragonie/random_compat to polyfill it.

Ouch, this issue one was for pH7Software's Secure Password Generator pH7Software/Secure-Password-Generator#1, not for here 😄