/genpass

Generate a random password by picking from a word list

Primary LanguageShell

genpass

This script will generate a random password by picking words from the provided word list. The pool of words comes from Oren Tirosh's mnemonic encoding project.

Usage

Just run the script and provide the number of words you'd like your password to be composed of:

$ ./genpass 4
undersnakeoctopusmentor

Credits

Shamelessly ripped from genhost.

Password Strength