LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

motus

Dead simple secure password generator

TLDR

Generate a memorable passphrase
$ motus
copy
Generate a random password of specific length
$ motus random -l [length]
copy
Generate a numeric PIN
$ motus pin -l [digits]
copy
Analyze password strength
$ motus --analyze "[password]"
copy

SYNOPSIS

motus [command] [options]

DESCRIPTION

motus is a CLI password generator that creates secure, memorable passphrases using the EFF word list, random character strings, or numeric PINs. Generated passwords are automatically copied to the clipboard.Customization options include word count, separators, case, and symbol/digit inclusion. The --analyze flag scores password entropy and warns about weak choices.

PARAMETERS

random

Generate a random character string.
pin
Generate a numeric PIN.
-l, --length N
Length of the generated password or PIN.
--analyze
Score entropy and flag weak password choices.
--json
Output in JSON format.

INSTALL

nix profile install nixpkgs#motus
copy

CAVEATS

Clipboard support requires a clipboard provider on the system. Use --no-clipboard in headless environments.

HISTORY

motus was created by oleiade and is written in Rust.

SEE ALSO

pass(1), pwgen(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid