You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The encryption happens on a different project using paragonie/halite 4.6 which matches the version that this bundle uses
I can echo out the value of $data on line 44 of vendor/michaeldegroot/doctrine-encrypt-bundle/src/Encryptors/HaliteEncryptor.php and it shows the decrypted value without a problem
Something happens after that which generates the error "Invalid message authentication code" In Crypto.php line 193
After further investigation, the error is triggered from this check - if ($config->MAC_ALGO === 'BLAKE2b')
The text was updated successfully, but these errors were encountered:
Unsure if it's related, but I've had this same error if my .Halite.key file gets a newline at the end of. Which it does automatically if you open it in most text editors 🤦
I get this error on decrypt using 5.1
The encryption happens on a different project using paragonie/halite 4.6 which matches the version that this bundle uses
I can echo out the value of $data on line 44 of vendor/michaeldegroot/doctrine-encrypt-bundle/src/Encryptors/HaliteEncryptor.php and it shows the decrypted value without a problem
Something happens after that which generates the error "Invalid message authentication code" In Crypto.php line 193
After further investigation, the error is triggered from this check - if ($config->MAC_ALGO === 'BLAKE2b')
The text was updated successfully, but these errors were encountered: