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.
the variable
AES_TAGis security-critical, but it is written into an untrusted file by plaintext:BiORAM-SGX/dataowner_data/EncryptAES_SGX/Enclave/Enclave.cpp
Line 188 in d86dab2
An attacker can open the file to get the
AES_TAGeasily.