A simple program to create passphrases from diceware wordlists.
- Currently only using the built-in pseudo-random number generator.
Example to get random dice throws from: Random.org 50x(1-6)c5b10fPrN
- Zig by Andrew Kelley used under the MIT License (Expat)
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/.
- JavaScript implementation by Glenn Rempe:
- hosted: https://www.rempe.us/diceware
- GitHub: https://github.com/grempe/diceware
- original Python-based project was created Apr 18, 2014