ASP.net MD5 value not the same as Javascript MD5
From: Todd Prickett (QPCSDPTNTIYG@spammotel.com)
Date: 12/02/02
- Next message: Ashwin K Gudidevuni: "How to generate SSL Key certificate using makecert.exe? Help."
- Previous message: krishna c kanthety: "Re: problem with request.servervariables()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: QPCSDPTNTIYG@spammotel.com (Todd Prickett) Date: 2 Dec 2002 13:17:52 -0800
Hi all,
I'm trying to compare an MD5 hashed username/password/salt generated
on the client side against an MD5 of the same fields on the server
side, but am getting different values from the routines.
I'm using the MD5 routine built into the .net framework and I'm using
a Javascript routine found on Paj's homepage (seems to be quite
popular based on the number of references and links to this page). If
I create a hash with both routines, the result is vastly different.
Has anyone else used these two routines and gotten a match?
Does anyone know of a different client side routine that returns the
same MD5 as the .net framework?
TIA
- Next message: Ashwin K Gudidevuni: "How to generate SSL Key certificate using makecert.exe? Help."
- Previous message: krishna c kanthety: "Re: problem with request.servervariables()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|