a passphrase generator
- Zig 100%
| .idea | Update to Zig 0.14.0 | |
| src | Update to Zig 0.14.0 | |
| .gitignore | Update to Zig 0.13.0 | |
| build.zig | Update to Zig 0.14.0 | |
| build.zig.zon | Update to Zig 0.14.0 | |
| LICENSE | Initial commit | |
| README.md | Implement basic generation via PRNG | |
easypass
A simple program to create passphrases from diceware wordlists.
status
- Currently only using the built-in pseudo-random number generator.
planned
Example to get random dice throws from: Random.org 50x(1-6)c5b10fPrN
Diceware references
Acknowledgements
- Zig by Andrew Kelley used under the MIT License (Expat)
License
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
other diceware projects
- JavaScript implementation by Glenn Rempe:
- hosted: https://www.rempe.us/diceware
- GitHub: https://github.com/grempe/diceware
other info
trivia
- original Python-based project was created Apr 18, 2014