justinhartman / diceware-password-generator

:game_die: Diceware password generator with multiple variations; written in Python.

Home Page:https://hartman.me/projects/diceware-password-generator.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diceware Password Generator

The Diceware Password Generator is open-source software written in Python that uses one of five world lists and dice to output an easy to remember, yet highly secure password based on a sequence of words such as, boots-imbecile-nextdoor-espresso-cosmetics-remote.

Diceware is a method for picking passphrases that uses dice to select words at random from a special list called the Diceware Word List. Each word in the list is preceded by a five digit number. All the digits are between one and six, allowing you to use the outcomes of five dice rolls to select a word from the list[1].

Using Dicewear as a methodology ensures that not only is a password like mumbo-giver-alarm-lived-gig-wages-exit easy to memorise, it is over 100 times[2] more secure than traditional passwords such as this %u}+6:~TY/(8uR[/vB.

The Diceware Password Generator was made to simplify the creation of these easy, yet very difficult to hack passwords on the fly.

Installation and Usage

There is a dedicated project page for the Diceware Password Generator. You can head on over to that page to read more about:

You can also download the latest release if you'd like to start getting your hands dirty 😜.

[1] This is accurate for the original word list created by Arnold G. Reinhold as well as a word list by the EFF which is supplied with the software. Additionally, there are three, shorter word lists that are supplied with the software. These additional word lists are not all between one and six digits nor are they necessarily preceded by a five digit number.

[2] I don't actually know if this is accurate but it sounds impressive. Whether accurate or not, the DPG creates passwords that are extremely secure all thanks to entropy.

About

:game_die: Diceware password generator with multiple variations; written in Python.

https://hartman.me/projects/diceware-password-generator.html

License:Other


Languages

Language:Python 83.6%Language:Shell 16.4%