zevlee / passphraser

Phrase-based password generator that can use your own list of words available on Windows, macOS, and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passphraser

Passphraser is a password generator that accepts any text file and treats each word as a possible input. So a text file like this...

alpha bravo
charlie delta echo
foxtrot

...will result in a generated password like this with the default settings.

Delta-Charlie-6-Bravo-Charlie-Alpha-Echo

The included word lists are derived from the EFF's word lists found here (archive).

About

Phrase-based password generator that can use your own list of words available on Windows, macOS, and Linux

License:MIT License


Languages

Language:Python 99.1%Language:Shell 0.9%