Encrypt to readable text

From: Logan McKinley (logan_at_globalweb.net)
Date: 07/22/04


Date: Thu, 22 Jul 2004 09:37:03 -0400

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.
Thanks in advance,
~Logan