/php-random-password-generator

This is a random password generator in PHP. It utilizes the "str_shuffle" function of PHP to shuffle a string that contains characters and numbers which are generated randomly every time.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

php-random-password-generator

This is a random password generator in PHP.

It utilizes the "str_shuffle" function of PHP to shuffle a string that contains characters and numbers which are generated randomly every time. This logic can be used in almost all programming languages using equivalent functions of the language.