Re: Encrypting a public Key
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 10/01/04
- Next message: Willy Denoyette [MVP]: "Re: Issue with ASP.NET client, COM Interop, and Identity impersonation"
- Previous message: Mattias Sjögren: "Re: Which one of the following is invalid?"
- In reply to: mklapp: "Re: Encrypting a public Key"
- Next in thread: Bruno Jouhier [MVP]: "Re: Encrypting a public Key"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 1 Oct 2004 22:41:31 +0100
mklapp <mklapp@discussions.microsoft.com> wrote:
> I've seen something like this once. It involved encrypting and decrypting
> across character definitions.
>
> One application used UTF-8 characters and the other used utf-16. The
> difference in character widths (data to represent it, not the drawn
> characters) caused the decrypted string to differ only slightly from the
> original but, of course, that was enough.
I suspect it wasn't UTF-8 vs UTF-16 then - those would look entirely
different. Point taken though, and I suspect the same kind of thing.
Hard to know without the code though.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Willy Denoyette [MVP]: "Re: Issue with ASP.NET client, COM Interop, and Identity impersonation"
- Previous message: Mattias Sjögren: "Re: Which one of the following is invalid?"
- In reply to: mklapp: "Re: Encrypting a public Key"
- Next in thread: Bruno Jouhier [MVP]: "Re: Encrypting a public Key"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|