This script can be used to generate a random password.
Inspired by this: https://delinea.com/resources/password-generator-it-tool
pwdgen [options] [password_length]
--nosymbols Exclude symbols (!@#$%^&*()+) from the password
--nonumbers Exclude numbers from the password
--nolowercase Exclude lowercase letters from the password
--nouppercase Exclude uppercase letters from the password
--ignoresimilar Ignore similar characters (oO0il1)
--duplicates Allow duplicate characters in the password
--includespecific <characters> Include specific characters in the password
--help Show this help message