********************* Encryption/Decryption ********************* This program encrypts a phrase to ASCII code and back. For example: Before encryption: Hi! After encryption: 072 105 To get the decrypted version of an ASCII, type in the number followed by a space and another number if necessary. For example: String to decrypt: 072 105 Decrypted string: Hi