Here’s a random string generator I made. It’s in PHP, so you’ll need to host it somewhere.
http://rapidshare.com/files/93848758/random.rar
Could be useful for password generation. You use URL requests (eg. random.php?c=[number of chars]&l=[number of lines]) to specify how many characters, per line, to generate and how many lines to generate.

Leave a reply