Does anyone know of a free online tool that will generate 6 digit random passwords using letters and numbers?
This is a discussion on Generating Random Passwords in the Shared & Semi-Dedicated forum
Does anyone know of a free online tool that will generate 6 digit random passwords using letters and numbers? ...
Does anyone know of a free online tool that will generate 6 digit random passwords using letters and numbers?
Memento Mori
Brandon Lawler
Jaguar Technologies LLC
Thanks Brandon, that will do it!![]()
Memento Mori
If you need to easily embed the password generation into a PHP script, check out the uniqid() function. The generated values are based on the system time (run uniqid() about ten times in a row to see how similar the values are) but are difficult to guess just the same. Too make things even more random, generate the 23 character string and then select a random 6 character slice of it using substr() and rand().
--Jason
Copyright © 2011 JaguarPC.com
Bookmarks