(01-16-2014, 02:38 AM)blazer Wrote: no this won't be ok.Thanks it seems to be working!
MD4 is used inside the DCC1 algorithm which is then part of mscachev2
Overall Algo: PBKDF2(HMAC-SHA1, 10240, DCC1 <<[md4 is used here], username)
You are most likely missing the username component which is used in the salting process.
While MD4 is used within the overall algorithm it accounts for a small part of the actual mscache2 algo, what you are doing will NOT work.
Have you tried loading in the hash with the username? eg hash:username
MS-CACHEv2 hashes
|
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
MS-CACHEv2 hashes - by tootech4u - 01-16-2014, 02:08 AM
RE: MS-CACHEv2 hashes - by blazer - 01-16-2014, 02:38 AM
RE: MS-CACHEv2 hashes - by tootech4u - 01-16-2014, 03:05 AM
|