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 the passwords from ObjectBrowser>Tables>Data
the hashed value is the same as the value in SQL Server.
Any suggestions or code snippets appreciated.
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 the passwords from ObjectBrowser>Tables>Data
the hashed value is the same as the value in SQL Server.
Any suggestions or code snippets appreciated.
Thanks
David