Created a function that encrypts a message (taken as a parameter) by adding a secret number (defined globally?) to each digit.
I created a function called numerify that takes an string and outputs the numeric values of the bytes that represent that string with UTF-08 encoding.