Basic Encryption and Decryption program
It can...
use a key to encrypt Unicode characters (mostly anything you can find on your keyboard) and returns a string of numbers that is useless without the key.
or,
use the key (has to be the same as the one used to encrypt it) to decrypt the numbers and return the original string
That's about it, have fun
Why not
I challenge anyone who reads this to try to decrypt this:
1296015660152281684817820177124320110161782017712177121566017496
without the key
This is crazy cool