Size of data after AES decryption
问题 I only found this question answered: Size of data after AES/CBC and AES/ECB encryption Since AES adds padding to the end of an encrypted message, there is a simple formula to determine the expected output length, given the input length. However, is there any way to determine what is the expected size of the DECRYPTED message? And if there isn't, should I just send it along with the iv and the encrypted message? 回答1: AES is a block cipher. Block ciphers only encrypt blocks, in case of AES,