Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I retrieve the hash value

Status
Not open for further replies.

tango1948

Programmer
Dec 23, 2006
111
IL
Hi
I'm trying to retrieve hashed passwords from Oracle 10g using MD5CryptoServiceProvider in vs2005.
This works using SQL Server with hashed passwords stored as (Binary, 16). In Oracle I'm using Raw(16) but the password is not recognized.
When I view Oracle>ObjectBrowser>Tables>Data
the hashed value is the same as the value in SQL Server.
Any suggestions as to how to recieve the correct hashed value from an Oracle table in my web app.

Thanks

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top