snippetbashTip
makepasswd — Generate and encrypt passwords. More information: <https://manned.org/makepasswd>.
Viewed 0 times
makepasswdcommandandcliencryptmoregeneratepasswords
Problem
How to use the
makepasswd command: Generate and encrypt passwords. More information: <https://manned.org/makepasswd>.Solution
makepasswd — Generate and encrypt passwords. More information: <https://manned.org/makepasswd>.Generate a random password (8 to 10 characters long, containing letters and numbers):
makepasswdGenerate a 10 characters long password:
makepasswd --chars {{10}}Generate a 5 to 10 characters long password:
makepasswd --minchars {{5}} --maxchars {{10}}Generate a password containing only the characters "b", "a", or "r":
makepasswd --string {{bar}}Code Snippets
Generate a random password (8 to 10 characters long, containing letters and numbers)
makepasswdGenerate a 10 characters long password
makepasswd --chars {{10}}Generate a 5 to 10 characters long password
makepasswd --minchars {{5}} --maxchars {{10}}Generate a password containing only the characters "b", "a", or "r"
makepasswd --string {{bar}}Context
tldr-pages: common/makepasswd
Revisions (0)
No revisions yet.