Name
vxrandpw -- generate random password
Syntax
vxrandpw [-01BCDJMZcr] [-l
length]
Description
vxrandpw is an interface to the Vitalnix password generator. The password is output once in plain and once in encrypted form. Various flags control the generation and encryption behavior.
Options
Generation
-0 |
Possibly have a digit in the password. |
-1 |
Always have a digit in the password. |
-C |
Always have an uppercase character in the password. |
-J |
Use "GENPW_JP" generation method. |
-Z |
Use "GENPW_ZH" generation method. |
-c |
Possibly have an uppercase character in the password. |
-l length |
Password length |
-r |
Use "random" generation method. |
Encryption
-B |
Use Blowfish encryption |
-D |
Use DES encryption (this might not be available on all platforms) |
-M |
Use MD5 encryption (this might not be available on all platforms) |