password-generator icon indicating copy to clipboard operation
password-generator copied to clipboard

PHP library for generating easy to remember passwords

Results 2 password-generator issues
Sort by recently updated
recently updated
newest added

Replace homemade random generator with PHP7 `int random_int (int $min, int $max )`. For backward compatibility use [random_compat](https://github.com/paragonie/random_compat) polyfill.

enhancement
Hacktoberfest

Trying to get array element by float index throws "Implicit conversin from float" dreprecation in php8.3. This fix added direct type cast in order to avoid errors in the future...