```encryption``` function that returns the ciphertext, and ```decryption``` function that returns the plaintext. ```getHash``` returns the hash of the input string ``` Functions accept a parameter as String (plaintext/ciphertext) and return a String value ```