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.)
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.