Re: How is .net generating extra bits in MD5?

From: Pete (jpeteb_at_hotmail.com)
Date: 01/25/05

  • Next message: TheTarek: "Authorization Application Block/ COM object with CLSID exception"
    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


  • Next message: TheTarek: "Authorization Application Block/ COM object with CLSID exception"

    Relevant Pages

    • Re: Key entropy, stream entropy, block entropy, block population entropy AKA uniique stream length
      ... they are repeatedly XOR together and XOR with a PRNG ... D=A^B^C is over my head many solutions for the two permutations XOR ... Key entropy, stream entropy, block entropy, block population entropy ...
      (sci.crypt)
    • Re: Can this be done with a symmetric cipher?
      ... a stream cipher can be used for this.. ... called the keystream, to produce the cyphertext. ... XOR is both commutative and associative so we can rearrange this ...
      (sci.crypt)
    • Re: a way psuedo random numbers can be used in cryptography
      ... limitations) is then changed using a xor on the random number and the ... original data. ... Sounds like you are trying to invent a stream cypher. ... The generator of the stream that you xor with your data ...
      (sci.crypt)
    • Re: xor question
      ... If you genuinely mean a stream of chars, ... character data as binary data. ... > I guess the meat of my question is that if I xor the hex values: ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: understanding OCB mode, again
      ... Pramila wrote: ... > following operations hold (dropping the index): ... > so if the messages are all 128 bits or less, it is more like a stream ... which is Y xor M xor Z...). ...
      (sci.crypt)