Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Does Oracle Support MD5()

Re: Does Oracle Support MD5()

From: ashley <none_at_gmeail.com>
Date: Wed, 11 May 2005 01:18:51 +0800
Message-ID: <4280ecfa$1_1@rain.i-cable.com>


A username/password table. Both we dont want to keep password in plaintext. So it is better to keep the hashed (MD5) image. If you have used Tomcat web server, the JDBCRealm requires such a table with password MD5'ed.

So, back to my question. Is it available? Thx "Frank van Bortel" <fvanbortel_at_netscape.net> ??? news:d5qpaj$pi3$1_at_news4.zwoll1.ov.home.nl ???...
> ashley wrote:
> > Is there any function in Oracle which can yield the MD5 value of a
string
> > just like the MD5() function of MySQL?
> >
> >
> care to explain what MD5 does in YourSQL?
>
> --
> Regards,
> Frank van Bortel
Received on Tue May 10 2005 - 12:18:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US