Skip to content

vjandrea/mnemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ mnemo -l16 (or --max-length=16) # generates 5 passwords with maximum length of 16 characters

Development

PRs welcome !

Releases

1.2.1 - Bugfix for --max-length option 1.2.0 - Updated dependencies, added --max-length 1.1.0 - Updated dependencies, added --scrambled 1.0.0 - First release

About

CLI tool to generate mnemonic passwords

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages