Generate a secure password 7-13 characters long with at least one of each of the following: uppercase letter, lowercase letter, number, special character (optional)
Version 1.3 Aug. 23, 2005
added the ability to exclude special characters in the password
Version 1.2 Aug. 22, 2005
Added md5 encryption (using v2.1 of md5.js)
made a separate function for encryption
removed capital o and 0 to avoid confusion
changing the encrytion type changes the displayed encrypted value
added HMAC encoding using a key
added the ability to choose a length between 7 and 13, all other values default to 7