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 first or

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

[PHP] Password generator

2003-06-17 Thread Davy Obdam
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 first or last character in the string... anywhere between is

RE: [PHP] Password Generator Script

2002-07-27 Thread Naintara Jain
- 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 Script ? $password = substr(ereg_replace([^A-Za-z0-9], , crypt(time())) . ereg_replace

Re: [PHP] Password Generator Script

2002-07-25 Thread Liam MacKenzie
: 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 I could find a decent script

[PHP] Password Generator Script

2002-07-24 Thread Monty
Can anyone recommend where I could find a decent script that automatically generates passwords? I don't care if they are readable or just random letters, numbers. Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Password Generator Script

2002-07-24 Thread Richard Baskett
nonsense. - Ralph Waldo Emerson From: Monty [EMAIL PROTECTED] Date: Thu, 25 Jul 2002 00:49:17 -0400 To: [EMAIL PROTECTED] Subject: [PHP] Password Generator Script Can anyone recommend where I could find a decent script that automatically generates passwords? I don't care if they are readable

RE: [PHP] Password Generator?

2001-04-19 Thread Grimes, Dean
'; [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=215single=1 -Original Message- From: Ashley M. Kirchner [mailto:[EMAIL

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 actually

RE: [PHP] Password Generator?

2001-04-19 Thread ..s.c.o.t.t.. [gts]
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 into a MySQL table and do "select word from w

[PHP] Password Generator?

2001-04-18 Thread Ashley M. Kirchner
Is there an easy way to generate generic passwords based on (combined) dictionary words? (ej: take two different words and put them together) AMK4 -- W | | I haven't lost my mind; it's backed up on tape somewhere.

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

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

RE: [PHP] Password Generator?

2001-04-18 Thread Nathan Cassano
-General List Subject: [PHP] Password Generator? Is there an easy way to generate generic passwords based on (combined) dictionary words? (ej: take two different words and put them together) AMK4 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED