https://github.com/tsvikas/passphrase
generate a passphrase
https://github.com/tsvikas/passphrase
passphrase-generator password-generator python-scripts security-tools
Last synced: about 2 months ago
JSON representation
generate a passphrase
- Host: GitHub
- URL: https://github.com/tsvikas/passphrase
- Owner: tsvikas
- License: mit
- Created: 2024-12-16T16:37:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T15:33:45.000Z (2 months ago)
- Last Synced: 2025-03-11T15:48:46.760Z (2 months ago)
- Topics: passphrase-generator, password-generator, python-scripts, security-tools
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools for passphrases
`create_wordlist.py`
Create a short wordlist from eff_large, with the most common words`entropy.py`
Calculate entropy of a number, and display cracking time for various rates`passphrase.py`
Create a wordlist from common words, and choose a random passphrase from it.