M
MartyNg
I am running a system that has both Classic ASP applications and a
smattering of ASP.NET applications. We want to store passwords on a SQL
Server table as their MD5 hashes.
What is the safest way to get this hash value, and be able to verify it
against user logins in both Classic ASP and ASP.NET?
We have been working with the system.security.cryptopgraphy MD5
functions in .NET, and the functions here for Classic ASP
http://rossm.net/Electronics/Computers/Software/ASP/MD5.htm
We cannot seem to get the hashes to match up between platforms, even
after taking other forum posts into consideration, such as making sure
we are using UTF-8 encoding and such.
Would it be possible to create a web service in .NET that would return
the correct hashes on both platforms? We're new to .NET, so any sample
code or links to something similar in action would be great! Thank you.
smattering of ASP.NET applications. We want to store passwords on a SQL
Server table as their MD5 hashes.
What is the safest way to get this hash value, and be able to verify it
against user logins in both Classic ASP and ASP.NET?
We have been working with the system.security.cryptopgraphy MD5
functions in .NET, and the functions here for Classic ASP
http://rossm.net/Electronics/Computers/Software/ASP/MD5.htm
We cannot seem to get the hashes to match up between platforms, even
after taking other forum posts into consideration, such as making sure
we are using UTF-8 encoding and such.
Would it be possible to create a web service in .NET that would return
the correct hashes on both platforms? We're new to .NET, so any sample
code or links to something similar in action would be great! Thank you.