Re: Encrypt to readable text

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


Date: Thu, 22 Jul 2004 14:46:18 +0100

Logan McKinley <logan@globalweb.net> wrote:
> I want to encrypt something and use the result as a registration key in my
> program, so it needs to be readable,but all of the encryption methods I have
> tried return unreadable strings. I need an encryption method that limits
> the result to chars that can be easily typed in via a standard keyboard.

The most obvious answer is to encrypt it to normal binary data, and
then base64 encode it.

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Relevant Pages

  • Email verifacation
    ... now what I want to do is to encrypt this email but most of the ... encryption methods that I have searched into end up giving me a very ... long strings but most professional websites that I have seen have done ... this but they use a very short encrypted string.. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Encrypt to readable text
    ... Logan McKinley wrote: ... > I want to encrypt something and use the result as a registration key in my ... > program, so it needs to be readable,but all of the encryption methods I have ...
    (microsoft.public.dotnet.framework)
  • Re: FS Steinberg USB Key
    ... Do you actually use Steinberg products of any kind at ... It's just a registration key; ... doesn't encrypt any of the data for Logic. ... unless you're a registered, legal Logic user. ...
    (uk.adverts.computer)
  • Re: How to limitate program usage with license key?
    ... licence details - registration key, initial usage count etc), encrypt ... In your program, read the encrypted data, decrypt and check it, store ...
    (comp.programming)