Skip to content

sunarch/easypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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