decrypted return SecretBox has wrong message authentication code (MAC)
Hi,
I received from python the Ciphertext (this is formated from StringEcrypted + first 4 elements from MAC. When I'll try to decrypt the message I received wrong MAC. I think the problem is on MAC. I'm able to set the MAC length with 4 on the SecretBox? I'll add the code:
Future<List
SecretBox details "Nonce: [174, 1, 226, 226, 211, 55, 4, 206, 188, 172, 17, 149]" "Ciphertext: [179, 43, 17]" "MAC: [255, 47, 7, 170]"