Traceback (most recent call last):
File "remmina_mremoteng_conv.py", line 225, in <module>
main()
File "remmina_mremoteng_conv.py", line 189, in main
if PassDecrypt(root.attrib["Protected"]) != 'ThisIsNotProtected':
File "remmina_mremoteng_conv.py", line 114, in PassDecrypt
plaintext = cipher.decrypt_and_verify(ciphertext, tag)
File "/home/at/.local/lib/python3.8/site-packages/Cryptodome/Cipher/_mode_gcm.py", line 567, in decrypt_and_verify
self.verify(received_mac_tag)
File "/home/at/.local/lib/python3.8/site-packages/Cryptodome/Cipher/_mode_gcm.py", line 508, in verify
raise ValueError("MAC check failed")
ValueError: MAC check failed
What should i do?
Thanks