flrnd / parrot

Parrot is a passphrase generator based on Diceware method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parrot

Parrot is a easy to use passphrase generator based on Diceware (You can download a word list from that link).

The idea of parrot is to be very simple. By default, parrot generates 8 word length passphrases (~200bits entropy, which is security overkill for most users use cases). You can configure the output simply passing length (number) and a quoted character delimiter, parrot generate [length] ["delimiter"], see example below:

$ parrot generate 6 "-"
Ella-Woo-Steak-Keats-Shift-Chile

Init

Download a word list from https://theworld.com/~reinhold/diceware.html (If you download one from this site, remember to remove the PGP signatures and leave just the words) or create your own.

Then run: parrot init my_diceware_long_word_list.txt to initialize the database.

About

Parrot is a passphrase generator based on Diceware method

License:MIT License


Languages

Language:Go 100.0%