https://github.com/itspriddle/bashword-words
https://github.com/itspriddle/bashword-words
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itspriddle/bashword-words
- Owner: itspriddle
- License: mit
- Created: 2023-07-16T01:23:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T01:33:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T16:54:27.534Z (over 1 year ago)
- Language: HTML
- Homepage: https://itspriddle.github.io/bashword-words/
- Size: 721 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bashword-words
This is a simple GitHub Pages site with dictionary words for use with
[bashword][1] --- a pure Bash password/passphrase generator.
Download and verify the word list:
```sh
wget https://itspriddle.github.io/bashword-words/words.gz
wget https://itspriddle.github.io/bashword-words/words.sha256
shasum -c words.sha256
```
[1]: https://github.com/itspriddle/bashword