Re: Encrypt to readable text
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 07/22/04
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Encrypt to readable text"
- Previous message: Nicole Calinoiu: "Re: NUnit and StrongnameIdentityPermission"
- In reply to: Logan McKinley: "Encrypt to readable text"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Encrypt to readable text"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Encrypt to readable text"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Encrypt to readable text"
- Previous message: Nicole Calinoiu: "Re: NUnit and StrongnameIdentityPermission"
- In reply to: Logan McKinley: "Encrypt to readable text"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Encrypt to readable text"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Encrypt to readable text"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|