Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjoernalbers/phrase
the passphrase generator
https://github.com/bjoernalbers/phrase
diceware generator passphrase passphrase-generator passphrases password password-generator passwords xkcd
Last synced: 17 days ago
JSON representation
the passphrase generator
- Host: GitHub
- URL: https://github.com/bjoernalbers/phrase
- Owner: bjoernalbers
- License: mit
- Created: 2024-04-11T07:25:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T16:55:54.000Z (8 months ago)
- Last Synced: 2024-06-19T13:38:42.795Z (6 months ago)
- Topics: diceware, generator, passphrase, passphrase-generator, passphrases, password, password-generator, passwords, xkcd
- Language: Go
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phrase - the passphrase generator
`phrase` is a command-line tool to generate easy-to-remember passwords from
random words.## Installation
### Download
Just download the
[latest release](https://github.com/bjoernalbers/phrase/releases/latest)
for your platform and make it executable, i.e. like this:$ curl -L https://github.com/bjoernalbers/phrase/releases/latest/download/phrase-darwin-arm64 -o /usr/local/bin/phrase
$ chmod +x /usr/local/bin/phrase### Build it yourself
Clone this repo and build the binary via `make`.
## Usage
Generate random passphrase:
$ phrase
correct horse battery stapleGetting help:
$ phrase -h
...## License
phrase is released under the [MIT License](LICENSE).
The built-in wordlists come from these sources:
- [`de`](https://raw.githubusercontent.com/bjoernalbers/diceware-wordlist-german/main/wordlist-german-diceware.txt): Copyright by [Björn Albers](https://github.com/bjoernalbers/diceware-wordlist-german) ([MIT License](https://github.com/bjoernalbers/diceware-wordlist-german/blob/main/LICENSE))
- [`en`](https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt): Copyright by [Electronic Frontier Foundation](https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases) ([Creative Commons Attribution License](https://www.eff.org/copyright))
- [`fr`](https://raw.githubusercontent.com/ArthurPons/diceware-fr-alt/master/diceware-fr-alt.txt): Copyright by [Arthur Pons](https://github.com/ArthurPons/diceware-fr-alt) ([MIT License](https://github.com/ArthurPons/diceware-fr-alt/blob/master/LICENSE))
- [`nl`](https://mko.re/diceware/diceware-wordlist-composites-nl.txt): Copyright by [Remko Tronçon](https://el-tramo.be/blog/diceware-nl) ([MIT License](https://github.com/remko/dicewords/blob/master/LICENSE))