sixmonkey / stupid-passwords
Generate insecure, but funny passwords
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sixmonkey/stupid-passwords
Requires (Dev)
- pestphp/pest: 2.x-dev
README
What is this?
This is a stupid password generator that generates passwords that are easy to remember. These passwords are not secure and should not be used for anything that requires a secure password!
Usage
Well, just use it:
use Sixmonkey\StupidPasswords\StupidPassword; echo StupidPassword::generate();
Locales
You can also generate passwords in different locales:
use Sixmonkey\StupidPasswords\StupidPassword; echo StupidPassword::generate('de');
Available locales
- en, English (default)
- de, German
- it, Italian