in reply to Autogenerating usernames

1) there once was a program i found that generated dictionary words by rearranging the user input characters. then you can make different combinations given words, firstname, lastname
2) the md5 randomness should be last resort. you'll end up generating hard to remember usernames
3) also instead of using a hashing algorithm fixed length I would use an encryption algorithm non fixed length.. furthur reducing chances of duplicate based on user input

Leblanc Meneses
www.blogsyndrome.com
www.robusthaven.com