Has anyone got a function (or class) that will take a string and encrypt it
into printable characters, then a similar function that will decrypt it
again, without the need to call external programs (eg: pgp, etc)?
Ideally the number of characters in the encrypted strng should not be the
same as the decrypted version either.