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