I have this program that uses an ekey in-order to encrypt chars I get inputted
void encrypt_chars (int length, char EKey) { char temp_char;