E
Empi
Hi.
I'm developing an applincation that should encrypt passwords for web usage.
The encryptor is form based, and the web authentication is web based...
I've found md5.computehash for the form usage, and
HashPasswordForStoringInConfigFile
for the web usage.
The problem is, akthough I use md5 on both functions, the encrypted string
is not the same...
How come?
Thanks.
Empi
I'm developing an applincation that should encrypt passwords for web usage.
The encryptor is form based, and the web authentication is web based...
I've found md5.computehash for the form usage, and
HashPasswordForStoringInConfigFile
for the web usage.
The problem is, akthough I use md5 on both functions, the encrypted string
is not the same...
How come?
Thanks.
Empi