RE: Hash-Functions

2003-02-19 Thread Andrew
I thought this was PHP

Andrew

>-Original Message-
>From: Bernhard Döbler [mailto:[EMAIL PROTECTED]]
>Sent: 19 February 2003 14:53
>To: [EMAIL PROTECTED]
>Subject: Hash-Functions
>
>
>Hi,
>
> there's a Password()-Function in MySQL. Can somebody tell my on what
>standard is based (MD5 etc.) and if there's something similar in a
>DBMS that also supports triggers? InterBase does not support many functions...
>
>Thanks
>Bernhard
>
>-
>Before posting, please check:
>   http://www.mysql.com/manual.php   (the manual)
>   http://lists.mysql.com/   (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail
><[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
>---
>Incoming mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.455 / Virus Database: 255 - Release Date: 13/02/2003
>


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Hash-Functions

2003-02-19 Thread Michael T. Babcock
Bernhard Döbler wrote:


there's a Password()-Function in MySQL. Can somebody tell my on what standard is based (MD5 etc.) and if there's something similar in a DBMS that also supports triggers? InterBase does not support many functions...
 


Its deprecated; use MD5() or SHA1() ...

--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php