sixmonkey/stupid-passwords

Generate insecure, but funny passwords

v1.0.2 2023-09-27 06:42 UTC

This package is auto-updated.

Last update: 2024-08-27 08:28:29 UTC


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