aes-gcm

ValueError: MAC check failed when using PyCryptodome to decrypt data coming from NiFi

ValueError: MAC check failed when using PyCryptodome to decrypt data coming from NiFi Question: Can someone help me with this problem: I am encrypting a JSON in NiFi with AES_GCM algorithm and using a KDF PBKDF2. The idea is to decrypt this JSON with a python script using PyCryptodome. The following code is an attempt …

Total answers: 1