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
When using AES/GCM/PKCS7 the authentication tag is not included in the encrypted output. This is because PaddedBlockCipherImpl does not call doFinal of GCMBlockCipher.
This means AES/GCM/PKCS7 is not authenticated and presents a severe security vulnerability.
The text was updated successfully, but these errors were encountered:
When using AES/GCM/PKCS7 the authentication tag is not included in the encrypted output. This is because
PaddedBlockCipherImpl
does not calldoFinal
ofGCMBlockCipher
.This means AES/GCM/PKCS7 is not authenticated and presents a severe security vulnerability.
The text was updated successfully, but these errors were encountered: