Code Cracker
Code Cracker
Problem Description
Given an alphabet decryption key like the one below, create a program that can crack any message using the decryption key.
Alphabet
a b c d e f g h i j k l m n o p q r s t u v w x y z
Decryption Key
! ) " ( £ * % & > < @ a b c d e f g h i j k l m n o
You could also create a encryption program that will encrypt any message you give it using the key.