Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 talk

Passphrase would take 339952.44 days to bruteforce at 1000 guesses per second.
```

[obligatory xkcd reference](https://xkcd.com/936/)