in reply to Re: Encrypt/Decrypt
in thread Encrypt/Decrypt

Congratulations on learning how to make a working link.

However I still hope that nobody is fooled by your post into trusting an unverified encryption algorithm written by a novice. Particularly not when there are plenty of well-studied and well-analyzed algorithms with freely available (and analyzable) implementations like Crypt::CipherSaber (uses a shared secret), Crypt::DH (agree on a secret over an insecure channel) and Crypt::OpenPGP (public/private key implementation). Each of which is appropriate in a different situation, and all of which have a lot more experience backing them than yours.