Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jamesbarwell/diceware-bash

A tool to select random words from a source, to generate a strong passphrase
https://github.com/jamesbarwell/diceware-bash

Last synced: 15 days ago
JSON representation

A tool to select random words from a source, to generate a strong passphrase

Awesome Lists containing this project

README

        

diceware.sh - a tool to select random words from a source, to generate a strong passphrase

## Usage
```
./diceware.sh source.txt [selection_count]

# e.g.
./diceware.sh wutheringheights.txt 7
```
See [Project Gutenberg most popular](http://www.gutenberg.org/ebooks/search/%3Fsort_order%3Ddownloads) for some good sources.

## Credits

Inspired by and lifted from:
* [Passphrases That You Can Memorize — But That Even the NSA Can't Guess](https://theintercept.com/2015/03/26/passphrases-can-memorize-attackers-cant-guess/) by Micah Lee
* [Passphrases via shell pipeline](http://leancrew.com/all-this/2015/04/passphrases-via-shell-pipeline/) by Dr. Drang