Re: sha or md5 digest algorithm
frank <[email protected]> Mon, 10 Apr 2006 21:48:24 +0200
| Newsgroups | gmane.linux.suse.db2 |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Apr 10, 2006 at 09:08:11PM +0200, iv wrote: > hello > i am migrating from mysql to db2 database and my application widely uses > mysq's sha1() function. i searched the web and haven't fount anything > similar yet; there is only encrypt scalar funcrion which hardly may be > used. so my question is: can i achieve the same functionality as mysql's > sha1() or md5() dunctions provide? DB2 has no sha1() or md5() functions, but you can use md5sum command from the coreutils of SuSE Linux. Hope this helps. Frank --