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
AEAD.Lazy silently decrypts a ciphertext which fails authentication. For instance, calling decrypt for XChaCha20-Poly1305 ignores the return value of cryptoAeadXChaCha20Poly1305IetfDecrypt()
AEAD.Lazy silently decrypts a ciphertext which fails authentication. For instance, calling decrypt for XChaCha20-Poly1305 ignores the return value of
cryptoAeadXChaCha20Poly1305IetfDecrypt()
lazysodium-java/src/main/java/com/goterl/lazycode/lazysodium/LazySodium.java
Line 2412 in ea27165
IMHO, the decrypt method should throw an exception in order to alert the user of the library that the decryption was unsuccessful.
The text was updated successfully, but these errors were encountered: