Re: [PHP] Password generator

2003-06-17 Thread Davy Obdam
Thanks Lars and ofcourse all the other people who answerd. It works great!! Best regards, Davy Obdam Lars Torben Wilson wrote: On Tue, 2003-06-17 at 02:45, Davy Obdam wrote: Hi people, I have to make a password generator, but i have a little problem. - It needs to generate password 8 char

Re: [PHP] Password generator

2003-06-17 Thread Lars Torben Wilson
On Tue, 2003-06-17 at 02:45, Davy Obdam wrote: > Hi people, > > I have to make a password generator, but i have a little problem. > > - It needs to generate password 8 characters long, and including 1 or 2 > special characters(like #$%&*@). > - Those special characters can never appear as the fi

RE: [PHP] Password Generator Script

2002-07-27 Thread Naintara Jain
mber to the random string. */ $numpart=mt_rand(10,99); $strrandom .= $numpart; -Naintara -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] t]On Behalf Of Liam MacKenzie Sent: Thursday, July 25, 2002 1:04 PM To: [EMAIL PROTECTED]; Monty Subject: Re: [PHP] Password Generator

Re: [PHP] Password Generator Script

2002-07-25 Thread Liam MacKenzie
Random Password : In action: http://scripts.operationenigma.net/passgen.php Have fun :-) - Original Message - From: "Monty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 2:49 PM Subject: [PHP] Password Generator Script > Can anyone recommend where

Re: [PHP] Password Generator Script

2002-07-24 Thread Richard Baskett
Credits are with the file. Cheers! Rick "Finish each day and be done with it. You have done what you could; some blunders and absurdities have crept in; forget them as soon as you can. Tomorrow is a new day; you shall begin it serenely and with too high a spirit to be encumbered with your old n

RE: [PHP] Password Generator?

2001-04-19 Thread ..s.c.o.t.t.. [gts]
April 19, 2001 11:47 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Password Generator? > > > There is code in the source for NetHack to create pronounceable words. > Also, combining words would probably be somewhat easy. A lazy coder could > import a unix dictionary file i

RE: [PHP] Password Generator?

2001-04-19 Thread Jon Snell
--Original Message- From: Plutarck [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 4:52 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Password Generator? I believe there is an article on phpbuilder.com on "pronouncable passwords", which is probably what you'll want to actu

RE: [PHP] Password Generator?

2001-04-19 Thread Grimes, Dean
chner'; [EMAIL PROTECTED] Subject: RE: [PHP] Password Generator? Random Pronounceable Password Generator This function generates random pronounceable passwords. (ie jachudru, cupheki) http://www.zend.com/codex.php?id=215&single=1 -Original Message- From: Ashley M. Kirchner

RE: [PHP] Password Generator?

2001-04-18 Thread Nathan Cassano
Random Pronounceable Password Generator This function generates random pronounceable passwords. (ie jachudru, cupheki) http://www.zend.com/codex.php?id=215&single=1 -Original Message- From: Ashley M. Kirchner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 1:20 PM To: PHP-Gene

Re: [PHP] Password Generator?

2001-04-18 Thread Plutarck
I believe there is an article on phpbuilder.com on "pronouncable passwords", which is probably what you'll want to actually do. Using real words would just be way too resource intensive. I'd give you the direct link to the article, but it seems my internet connection only works for NNTP and ftp d

Re: [PHP] Password Generator?

2001-04-18 Thread David VanHorn
At 02:20 PM 4/18/01 -0600, Ashley M. Kirchner wrote: > Is there an easy way to generate generic passwords based on >(combined) dictionary words? (ej: take two different words and put them >together) Would be huge, and vulnerable to dictionary attack (of course) You'd have to have a file con