Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szokeasaurusrex/sha256-password-generator
https://github.com/szokeasaurusrex/sha256-password-generator
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szokeasaurusrex/sha256-password-generator
- Owner: szokeasaurusrex
- Created: 2015-05-10T21:26:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T21:52:57.000Z (over 9 years ago)
- Last Synced: 2024-11-17T06:12:05.933Z (2 months ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#SHA-256 Password Generator
This simple Python 3 script allows you to generate secure pseudorandom passwords. The program will prompt you to enter a master password. Afterwords, you can enter the account website, username, and the desired password length. The password length can be up to 64 characters long. Afterwords, the program will generate a password made of hexadecimal digits. If you ever forget the password, you can generate it again by using the same master password, account website, username, and length. You can use the same master password to generate unique passwords for different sites by entering a different website name. Also, if your account gets hacked, you can change the length to get a completely new password.
*Be sure to use a secure master password to be protected from brute force and rainbow table attacks!!!!*