vjandrea / mnemo

CLI tool to generate mnemonic passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNEMO

Command line mnemonic password generator. Written in PHP and compiled as PHAR.

Requisites

Install box : https://github.com/box-project/box

Build

# 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.

Usage

$ 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

Development

PRs welcome !

Releases

1.1.0 - Updated dependencies, added --scrambled 1.0.0 - First release

About

CLI tool to generate mnemonic passwords

License:MIT License


Languages

Language:PHP 100.0%