> Thanks Dilip. I had been thinking I could make that simplier, and here is
> the first version
[quoted text clipped - 58 lines]
>> > Thanks,
>> > James Hancock
Hi James,
Thanks for the info. I will definitely communicate this to our
Documentation team and will definitely keep this in mind for the future.
William, I will take a look at the artcile you have below and have more
eyes on it.
Sidd [MSFT]
> Thanks! This helps!
>
[quoted text clipped - 7 lines]
> > Thanks Dilip. I had been thinking I could make that simplier, and here is
> > the first version
http://spaces.msn.com/members/staceyw/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!303.entry
> > I removed the PKI private key on client, the two-way entropy, KeyVerifier,
> > and some misc fields. Need some more eye balls on it, but feels better so
[quoted text clipped - 4 lines]
> >>
> >> [0] -
http://spaces.msn.com/members/staceyw/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!273.entry
> >> HTH
> >> Regards,
[quoted text clipped - 43 lines]
> >> > Thanks,
> >> > James Hancock
William Stacey [MVP] - 04 Feb 2005 23:32 GMT
Thanks Sidd. As side note, this solution requires we have confidence in the
public key we use as we are not using a cert to check this (to prevent
someone from resigning our assem and doing a MITM on us.) The best I can
come up with is SN sign the assem *and include the public key string inside
the code. Some top level method will check that the public key on the assem
matches the embedded public key and fail if not. Also obfuscate the assem
to prevent round-tripping. Now the assem can not be used if resigned or
changed and they can not ildasm it - so at least for now, this can head off
the MITM...I think.

Signature
William Stacey, MVP
http://mvp.support.microsoft.com
> Hi James,
>
[quoted text clipped - 19 lines]
> is
> > > the first version
http://spaces.msn.com/members/staceyw/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!303.entry
> > > I removed the PKI private key on client, the two-way entropy,
> KeyVerifier,
[quoted text clipped - 6 lines]
> > >>
> > >> [0] -
http://spaces.msn.com/members/staceyw/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!273.entry
> > >> HTH
> > >> Regards,
[quoted text clipped - 46 lines]
> > >> > Thanks,
> > >> > James Hancock