Skip to content
/ mkpwd Public

Rudimentary command-line password generator.

License

Notifications You must be signed in to change notification settings

kv-o/mkpwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48e4121 · Aug 18, 2024

History

4 Commits
Apr 2, 2024
Apr 2, 2024
Aug 18, 2024
Apr 15, 2024

Repository files navigation

mkpwd

Rudimentary command-line password generator.

Usage

By default, invoking mkpwd will generate a single 10-character password:

$ mkpwd
T8aExxlC89
$ 

Use the -n flag to control how many passwords are generated:

$ mkpwd -n 5
NY26BCQ8gn
ACdNYEzAQ4
YlCXkT1GRn
9f2aJnu9FR
nJGmUaml6G
$ 

Use the -l flag to control the length of the generated passwords:

$ mkpwd -l 20
dFsVHalFJEcriN7S3Hfh
$

You can combine these two flags if you want to control the length and number of passwords simultaneously.

About

Rudimentary command-line password generator.

Resources

License

Stars

Watchers

Forks

Languages