First off, with XOR "encryption", your "encrypt" and "decrypt" functions should be the same: void xor_crypt(const char *key, int key_len, ...
確定! 回上一頁