Re: How is .net generating extra bits in MD5?
From: Pete (jpeteb_at_hotmail.com)
Date: 01/25/05
- Previous message: John Fred: "Set Protection to a folder"
- In reply to: Valery Pryamikov: "Re: How is .net generating extra bits in MD5?"
- Next in thread: Shawn Farkas [MS]: "Re: How is .net generating extra bits in MD5?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 25 Jan 2005 07:34:33 -0800
Hi Valery,
Thank you for replying. I tried your information but seem to be unable
to recreate the stream. The initial 128bits from .net are equivalent to
K' in your description, but if I XOR the bytes of K' with either 0x36
or 0x5C and re-hash, I don't get the second group of 128 bytes. As an
experiment I tried:
H(K' XOR n) where n = 1 to 0xFF
to see if any of the resultant bytes streams matched what .net is
returning without any luck. Did I misunderstand your explanation?
Thanks for any info.
--pete
- Previous message: John Fred: "Set Protection to a folder"
- In reply to: Valery Pryamikov: "Re: How is .net generating extra bits in MD5?"
- Next in thread: Shawn Farkas [MS]: "Re: How is .net generating extra bits in MD5?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|