Examples (4)
Generate a random password (8 to 10 characters long, containing letters and numbers)
Generate a 10 characters long password
makepasswd --chars 10Generate a 5 to 10 characters long password
makepasswd --minchars 5 --maxchars 10Generate a password containing only the characters "b", "a", or "r"
makepasswd --string barmade by @shridhargupta | data from tldr-pages