Re: Encrypting a public Key

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 10/01/04


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


Relevant Pages

  • Re: Encrypting a public Key
    ... It involved encrypting and decrypting ... across character definitions. ... One application used UTF-8 characters and the other used utf-16. ... but the returned data is not the same as what I sent it. ...
    (microsoft.public.dotnet.framework)
  • Re: string resizing
    ... Then you need a table of character widths in pixels. ... know any scaling factor that has been applied to the font so you can ... like "what browser and what font and what size?", ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: question about fonts
    ... If the character looks like before and \vrule ends up at the left side ... I meant to do this within a paragraph, ... the box widths (equal to the character widths) are what causes the ... is LaTeX, which will start a paragraph if used ...
    (comp.text.tex)
  • Re: Font thing
    ... It is dependent ... for every character depending of font name I use. ... > if you want the spacing to depend on the widths of the characters. ... > want the character widths to be equal then this is a breeze. ...
    (microsoft.public.vc.mfc)
  • Re: Font thing
    ... It will take a bit of effort to calculate that array ... if you want the spacing to depend on the widths of the characters. ... want the character widths to be equal then this is a breeze. ...
    (microsoft.public.vc.mfc)