Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesseemond/generate-passphrase
Simple python script to generate random passphrases out of a dictionary file.
https://github.com/jesseemond/generate-passphrase
Last synced: about 17 hours ago
JSON representation
Simple python script to generate random passphrases out of a dictionary file.
- Host: GitHub
- URL: https://github.com/jesseemond/generate-passphrase
- Owner: JesseEmond
- Created: 2015-03-09T05:38:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T22:45:13.000Z (over 9 years ago)
- Last Synced: 2024-10-12T20:36:34.135Z (about 1 month ago)
- Language: Python
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use at your own risk. Feel free to contribute.
Sample file with english words included.
Usage example:
```
$ ./passphrase-gen.py --count 3 --words 4 --file words.txt
beret desire soap ethiopia
pest physician lobster pleasure
feather men library talkPassphrase would take 339952.44 days to bruteforce at 1000 guesses per second.
```[obligatory xkcd reference](https://xkcd.com/936/)