Stop Microsoft

Miscellaneous => The Lounge => Topic started by: TheQuirk on 26 December 2002, 13:22

Title: Good passwords
Post 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 ]

Title: Good passwords
Post by: Chooco on 26 December 2002, 13:41
pretty useless program....

how about you make one that shows us the MD5 version of what we enter into it  :D
Title: Good passwords
Post by: TheQuirk on 26 December 2002, 15:03
http://belg88.com/md5/ (http://belg88.com/md5/) took 1 line of code.
Title: Good passwords
Post by: KernelPanic on 26 December 2002, 17:27
Why not just make a page that prints the PHP session ID; that would make a damn good password  :D
Title: Good passwords
Post by: Master of Reality on 26 December 2002, 22:56
there is already many programs that will generate good passwords.
Title: Good passwords
Post by: Kintaro on 27 December 2002, 16:54
I ask, where is the source code?