#ifndef XOR_CIPHER_H #define XOR_CIPHER_H void xor_encrypt_decrypt(char *data, const char *key); #endif // XOR_CIPHER_H