Stop Microsoft
Miscellaneous => The Lounge => Topic started by: TheQuirk on 26 December 2002, 13:22
-
As part of a PHP script I'm writing (that has something to do with the MES, you'll find out soon), I decided to write a password generator.
This by no means generates great passwords, but for a 15 minute hack, I think it's pretty useful.
It generated 16 charecter passwords: I can set it to more or less.
http://belg88.com/pass-test.php (http://belg88.com/pass-test.php)
Edit: I know no one will actually use these because they can't be remembered, but I can modify it for easy remembering (encryping dicitonary words) (e.g "I like dogs" would be "1li4kD)(z")
[ December 26, 2002: Message edited by: TheQuirk ]
-
pretty useless program....
how about you make one that shows us the MD5 version of what we enter into it :D
-
http://belg88.com/md5/ (http://belg88.com/md5/) took 1 line of code.
-
Why not just make a page that prints the PHP session ID; that would make a damn good password :D
-
there is already many programs that will generate good passwords.
-
I ask, where is the source code?