1
0
Fork
You've already forked easypass
0
a passphrase generator
  • Zig 100%
2025年05月06日 11:55:07 +02:00
.idea Update to Zig 0.14.0 2025年05月06日 11:55:07 +02:00
src Update to Zig 0.14.0 2025年05月06日 11:55:07 +02:00
.gitignore Update to Zig 0.13.0 2024年10月21日 05:54:54 +02:00
build.zig Update to Zig 0.14.0 2025年05月06日 11:55:07 +02:00
build.zig.zon Update to Zig 0.14.0 2025年05月06日 11:55:07 +02:00
LICENSE Initial commit 2024年05月14日 23:18:38 +02:00
README.md Implement basic generation via PRNG 2024年05月15日 13:55:26 +02:00

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

  • original source: Arnold G. Reinhold - diceware
  • EFF (Electronic Frontier Foundation): dice
  • xkcd 936

Acknowledgements

License

Mozilla Public License 2.0

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

other info

trivia

  • original Python-based project was created Apr 18, 2014