the variable `AES_TAG` is security-critical, but it is written into an untrusted file by plaintext: https://github.com/cBioLab/BiORAM-SGX/blob/d86dab22dba12896e9e0c7ebd968ff064dcefe6b/dataowner_data/EncryptAES_SGX/Enclave/Enclave.cpp#L188 An attacker can open the file to get the `AES_TAG` easily.