https://github.com/praetoriansentry/diceware
Really simple diceware passphrase genator
https://github.com/praetoriansentry/diceware
c password-generator security
Last synced: 4 months ago
JSON representation
Really simple diceware passphrase genator
- Host: GitHub
- URL: https://github.com/praetoriansentry/diceware
- Owner: praetoriansentry
- Created: 2018-08-06T17:17:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T19:24:10.000Z (almost 8 years ago)
- Last Synced: 2025-01-01T04:14:21.472Z (over 1 year ago)
- Topics: c, password-generator, security
- Language: C
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
[[https://travis-ci.com/praetoriansentry/diceware.svg?branch=master]]
Simple tool to generate a diceware passphrase
#+BEGIN_SRC
Diceware Passphrase Generator
Basic usage:
$ diceware
Optional Arguments:
-w The number of words to use in each passphrase
-p The number of passphrases to generate
-d The delimiter to use between words. Defaults to space.
-c Capitalize the first letter of each word.
Example:
$ diceware -w 5 -p 1 -c -d ''
#+END_SRC
The wordlist in this code base comes from [[https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases][EFF]]. It's the long list
meant for use with 5 dice. The wordlist is in its original form and
copyright info can be found [[https://www.eff.org/copyright][here]].