No description
Find a file
2021-07-05 19:20:57 +02:00
.vscode feat: generate random password 2021-07-05 17:30:05 +02:00
app feat: add cli option for length 2021-07-05 19:20:57 +02:00
.gitignore feat: generate random password 2021-07-05 17:30:05 +02:00
Makefile feat: add cli option for length 2021-07-05 19:20:57 +02:00
Pipfile feat: refactor app 2021-07-05 18:46:05 +02:00
Pipfile.lock feat: refactor app 2021-07-05 18:46:05 +02:00
README.md feat: add cli option for length 2021-07-05 19:20:57 +02:00

PassGen

Stories

  • As a user I want to generate a random secure password to protect my personal accounts
    • Minimal length
    • Include symbols
    • Include numbers
    • Include lowercase characters
    • Include uppercase characters
  • As a user I want the generated password to be copied to the clipboard
  • As a user I want the generated password to be saved to a file