Random Password Generator
p5_hwtaq
Using Army Alphabet Designations:
Papa
5
underscore
Hotel
Whiskey
Tango
Alpha
Quebec
Password Rules:
- Must be between 8 and 20 characters in length
- Must start with an alphabetic character (Oracle accounts)
- Must contain characters from three of the four characters sets:
- Numbers
- Upper case letters
- Lower case letters
- Allowed special characters (only _ and # for Oracle accounts)
- Must not have any character repeated more than twice in a row (e.g. RR is ok, but RRR is not)
Passwords are case-sensitive; the character 'A' is not the same as 'a'.