← 返回命令列表

Linux command

motus 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Generate a memorable passphrase

motus

Generate a random password

motus random -l [length]

Generate a numeric PIN

motus pin -l [digits]

Analyze password strength

motus --analyze "[password]"

说明

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.

参数

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.

FAQ

What is the motus command used for?

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.

How do I run a basic motus example?

Run `motus` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does random do in motus?

Generate a random character string.