motus - Password Generator
Overview
motus is a dead simple password generator. Generate memorable passwords, random passwords, and PINs.
Quick Start
Generate a password
sc motus generate password
Passthrough to motus CLI
sc motus _ <motus-args>
Key Features
- Simple: Dead simple password generation
- Memorable: Generate memorable passwords
- Random: Generate random passwords
- PINs: Generate PIN codes
- Headless: Works in headless environments
- SSH Friendly: Suitable for SSH usage
Installation
cargo install motus
Also available via:
- Homebrew
- Debian/Ubuntu packages
Usage Examples
Generate memorable password
motus
Generate random password
motus --random
Generate PIN
motus --pin
Specify length
motus --length 16
Notes
- Run
motus --helpto see all available options