Hi All,
I have a serious issue with Roxen5/Pike7.8: there seems to be no block_crypt anymore of AES:
Crypto.AES cr = Crypto.AES(); cr->set_decrypt_key(enc_key); decrypted = cr->crypt_block(String.hex2string(in)) - "\0";
Throws an exception with Pike7.8/Roxen5
Where can I find any 7.8 documentation by the way?