RE: Can we crypt passwords on MySQL

2003-06-19 Thread Christopher Lyon
gt; > http://www.mysql.com/doc/en/Miscellaneous_functions.html > > Jocelyn > > > > > - Original Message - > From: "development" <[EMAIL PROTECTED]> > To: "'Jocelyn Fournier'" <[EMAIL PROTECTED]> > Cc: "'M

Re: Can we crypt passwords on MySQL

2003-06-19 Thread Eric L Howard
At a certain time, now past [Jun.18.2003-11:55:18PM +0200], [EMAIL PROTECTED] spake thusly: > Hi all, > > Is it possible to crypt the passwords on MySQL. If yes, how does it > work, and how is it to be implemented. > Any link would be great. Passwords from/for what? Are these MySQL user passwo

RE: Can we crypt passwords on MySQL

2003-06-18 Thread Dathan Vance Pattishall
Search for PASSWORD @ www.mysql.com It's a really convenient function. -->-Original Message- -->From: Grégoire Dubois [mailto:[EMAIL PROTECTED] -->Sent: Wednesday, June 18, 2003 5:07 PM -->To: 'Mysql' -->Subject: Can we crypt passwords on MySQL --> -->Hi all, --> -->Is it possible to crypt

RE: Can we crypt passwords on MySQL

2003-06-18 Thread csebe
quot;. Thanks, Lian > -Original Message- > From: Jocelyn Fournier [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 1:41 AM > To: [EMAIL PROTECTED] > Cc: 'Mysql' > Subject: Re: Can we crypt passwords on MySQL > > > It's not recommended because in MySQ

Re: Can we crypt passwords on MySQL

2003-06-18 Thread Jocelyn Fournier
uot;'Mysql'" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 12:42 AM Subject: RE: Can we crypt passwords on MySQL > Strange... > > This is what the online manual says in "4.3.7 Setting up passwords": > > >>>>>>> > Passwords

RE: Can we crypt passwords on MySQL

2003-06-18 Thread csebe
lso see RFC-2195 for more information about handling passwords and authentication securely in your application. <<<< Whom to believe? Lian > -Original Message- > From: Jocelyn Fournier [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 1:19 AM > To: [EMAIL PROTEC

Re: Can we crypt passwords on MySQL

2003-06-18 Thread Jocelyn Fournier
evelopment" <[EMAIL PROTECTED]> To: "'Jocelyn Fournier'" <[EMAIL PROTECTED]> Cc: "'Mysql'" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 12:38 AM Subject: RE: Can we crypt passwords on MySQL Jocelyn Why is that not recommended ?

RE: Can we crypt passwords on MySQL

2003-06-18 Thread development
<[EMAIL PROTECTED]> Cc: "'Mysql'" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 12:14 AM Subject: RE: Can we crypt passwords on MySQL > There is a PASSWORD('your_clear_text_password_here') function you can use > wherever you define a new password

Re: Can we crypt passwords on MySQL

2003-06-18 Thread Jocelyn Fournier
ot; <[EMAIL PROTECTED]> Cc: "'Mysql'" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 12:14 AM Subject: RE: Can we crypt passwords on MySQL > There is a PASSWORD('your_clear_text_password_here') function you can use > wherever you define a new pass

RE: Can we crypt passwords on MySQL

2003-06-18 Thread csebe
There is a PASSWORD('your_clear_text_password_here') function you can use wherever you define a new password. See the manual for more. Lian > -Original Message- > From: Grégoire Dubois [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2003 12:55 AM > Cc: 'Mysql' > Subject: Can we cryp