Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.2.1
-
Component/s: Administrator, Server
-
Labels:None
Description
Errors when storing/viewing encrypted messages:
javax.crypto.IllegalBlockSizeException: last block incomplete in decryption
javax.crypto.IllegalBlockSizeException: output buffer too short
These errors occur because the same cipher can sometimes be used concurrently for encryption and decryption.
javax.crypto.IllegalBlockSizeException: last block incomplete in decryption
javax.crypto.IllegalBlockSizeException: output buffer too short
These errors occur because the same cipher can sometimes be used concurrently for encryption and decryption.