Generate Random Passwords

July 24, 2010
Some "random password generators" log what you generate, I don't. Use it for whatever you'd like.

You may also generate batches of them and download them as well. Of course, there is a limit of 5MB* on the generated file, so don't make some crazy page. If you need something that big, Contact Me...Don't worry. I won't charge, unless you want like 50GB or something crazy like that, then we're talking millions.

Password Length:
Password Count:
More than one password? Select Below:
Windows
Linux
Mac
 
 
MySQL
MSSQL     →
 
Some other crazy format


You have to choose an OS when downloading more than one. Linux, Mac, and Windows use different line-feed characters (the way the system reads a new line). Specifying this will allow us to make your download appropriate for the system you're opening it on. You could select CSV, Tab-delimited, or make up a custom delimiter too, if you wanted it that way.

* - How to figure out the 5MB limit: Password Count * (Password Length + 1), if it's over 5,242,880, then it's over 5MB. The +1 portion is for the delimiting character. I guess if you chose Windows (with the \r\n method), you'll get something extra. Does it matter that much? You decide!




Robert LernerDecember 5th, 2010 4:51 pm CSTPrint: 815a2ce614da76552644
If anybody is using this generator for a large project, it would be awesome if you shared below how you're using this data. Obviously, security is a big issue, that's why (as stated earlier) I don't log use of this utility or the results of it.