Command line mnemonic password generator. Written in PHP and compiled as PHAR.
Install box : https://github.com/box-project/box
# Clone this repository
$ composer install
$ box compile
$ chmod +x build/mnemo.phar
On Linux / MINGW / Git Bash / MacOS :
$ mv build/mnemo.phar /usr/local/bin/mnemo
On Windows : move to a suitable folder and add it to your PATH.
$ mnemo # generates 5 random mnemonic passwords
$ mnemo -d (or --no-dashes) # generates 5 random mnemonic passwords without dashes
$ mnemo -s (or --scrambled) # generates 5 random scrambled passwords
PRs welcome !
1.1.0 - Updated dependencies, added --scrambled
1.0.0 - First release