Archive: Random Numbers and Letters?


Random Numbers and Letters?
Hi all. I did find this random number generator, and it looks excellent. My interest is in a combination of letters and numbers though, as I will be using the result for a windows account password.

I dug around on the forums and wiki a bit, but didn't find anything that matched something like this. Does anyone know how this could be achieved? I thought about perhaps using the MD5 plugin to get sorta-random results, but I wasn't sure what file to use that would be constantly changing (and thus the MD5 signature would change frequently, making it harder for someone to "guess" the password based on knowing the file used to generate thee MD5).

If anyone could help me on this, I would greatly appreciate it.


Oops
Sorry for posting this without doing complete research.

The MD5 plugin does handle this by itself:

#generate random MD5sum
md5dll::GetMD5Random

Excellent. :)