Re: ENCRYPT() function

2004-10-21 Thread elimachi
Thank you very much Paul. EDWIN LIMACHI N. Phone. 591-2-2123978 Movil: 591-715-29967 Fax: 591-2-2123975   Paul DuBois <[EMAIL PROTECTED]> 21/10/2004 15:56 Para [EMAIL PROTECTED], [EMAIL PROTECTED] cc Asunto Re: ENCRYPT() function At 15:41 -0400 10/21/04,

Re: ENCRYPT() function

2004-10-21 Thread Paul DuBois
At 15:41 -0400 10/21/04, [EMAIL PROTECTED] wrote: Dear list: I have a short database with id,username and password for authenticate my users with freeradius. The passwords are encrypted through ENCRYPT() function. I´d like to know why ENCRYPT() function doesn´t give the same encrypted string

ENCRYPT() function

2004-10-21 Thread elimachi
Dear list: I have a short database with id,username and password for authenticate my users with freeradius. The passwords are encrypted through ENCRYPT() function. I´d like to know why ENCRYPT() function doesn´t give the same encrypted string for a clear text string?. e.g. In the first time

ENCRYPT function generates NULL value. Any help?

2003-09-04 Thread Chris Botha
Hi all,   Upon testing the "ENCRYPT" function of MySQL, [ eg. SELECT ENCRYPT("MyPass")  ] I keep on getting "NULL" values. I read the online documentation on the site, and they mentioned something about a specific "crypt" function that has to be on

RE: Question about Encrypt function and Windows 2000 (Help a Newbie!)

2001-10-24 Thread Andrew Murphy
: mysql_mailing List Subject: Question about Encrypt function and Windows 2000 (Help a Newbie!) I am working on a password scheme, however I read in the MySql manual that if encrypt isn't available, it will return a null set. This is causing a problem with something I am working on us

Question about Encrypt function and Windows 2000 (Help a Newbie!)

2001-10-24 Thread Jeb
I am working on a password scheme, however I read in the MySql manual that if encrypt isn't available, it will return a null set. This is causing a problem with something I am working on using a windows 2000 machine (with the recent version of MySql for windows platforms), is there a similar f