2853:/secure/master.c (/secure/master.c)
(public string) generate_password()
/*
 * Function name: generate_password
 * Description  : This function will generate a six character password that
 *                consists of letters, numbers and or special characters.
 *                Passwords generated with this function are considered to
 *                be safe enough other than for a brute force attack.
 * Returns      : string - the password.
 */
