Author Topic: Good passwords  (Read 600 times)

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
Good passwords
« 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

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 ]


Chooco

  • Member
  • **
  • Posts: 318
  • Kudos: 0
Good passwords
« Reply #1 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

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
Good passwords
« Reply #2 on: 26 December 2002, 15:03 »
http://belg88.com/md5/ took 1 line of code.

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Good passwords
« Reply #3 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
Contains scenes of mild peril.

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Good passwords
« Reply #4 on: 26 December 2002, 22:56 »
there is already many programs that will generate good passwords.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Good passwords
« Reply #5 on: 27 December 2002, 16:54 »
I ask, where is the source code?