ReverseString takes two strings, cryptoText and keyString.
cryptoText is the text to be decrypted and the keyString is the key to use for the decryption.
The function will output the resulting plain text string with an error variable.
String takes two string, plainText and keyString.
plainText is the text that needs to be encrypted by keyString.
The function will output the resulting crypto text and an error variable.