https://github.com/swish78/password-generator
I was terrible at coming up with passwords. So I devised a Password Generator to generate safe passwords. Because repeated or weak passwords are the root cause of the majority of data breaches, using random, unique passwords will provide the best security against online threats.
https://github.com/swish78/password-generator
Last synced: 22 days ago
JSON representation
I was terrible at coming up with passwords. So I devised a Password Generator to generate safe passwords. Because repeated or weak passwords are the root cause of the majority of data breaches, using random, unique passwords will provide the best security against online threats.
- Host: GitHub
- URL: https://github.com/swish78/password-generator
- Owner: Swish78
- License: apache-2.0
- Created: 2022-09-21T09:45:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T10:27:38.000Z (over 3 years ago)
- Last Synced: 2025-10-29T13:48:49.274Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password-Generator
I was terrible at coming up with passwords. So I devised a Password Generator to generate safe passwords. Because repeated or weak passwords are the root cause of the majority of data breaches, using random, unique passwords will provide the best security against online threats.