https://github.com/mjc-gh/eff-dice
EFF Dice-Generated Passphrases
https://github.com/mjc-gh/eff-dice
diceware passphrase-generator password-generator security-tools
Last synced: 7 months ago
JSON representation
EFF Dice-Generated Passphrases
- Host: GitHub
- URL: https://github.com/mjc-gh/eff-dice
- Owner: mjc-gh
- Created: 2020-01-20T23:35:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T23:43:13.000Z (over 5 years ago)
- Last Synced: 2025-03-15T08:33:36.682Z (7 months ago)
- Topics: diceware, passphrase-generator, password-generator, security-tools
- Language: Ruby
- Homepage: https://www.eff.org/dice
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### EFF Dice
A Ruby program for [EFF Dice-Generated
Passphrases](https://www.eff.org/dice). This program has been written to
maximize readability and human understanding.##### Usage
1. Download this code from Github. It includes the wordlist for ease of
use.
2. Run `ruby eff_dice.rb` to generate a 5 word passphrase.
- You can optionally pass an argument to this program that will be
used as the number words to include in the passphrase. For example,
to generate 8 words, run `ruby eff_dice.rb 8`.##### Examples
```
$ ruby eff_dice.rb
guidable antirust batboy divinely pulverize unbolted$ ruby eff_dice.rb 8
scarce bullish reword unmade shining overreach shorts certainly
```