Including other hash-functions

2006-03-12 Thread Lars Strojny
Hi, as you know, MD5 and SHA1 are more or less broken so I guess it is time to think about including other hash-functions in MySQL. First of all it would be sensible to include SHA256 / SHA512, because they are designed a bit different to SHA1 and though are more safe. Another issue is to include

Hash-Functions

2003-02-19 Thread Bernhard Döbler
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

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.

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