Counting the blocks after padding
Short answerA 40-byte message is encrypted with AES (16-byte blocks) using PKCS#7 padding.
How many 16-byte blocks are needed to encrypt the complete message, padding included? Write only the number.
A 40-byte message is encrypted with AES (16-byte blocks) using PKCS#7 padding.
How many 16-byte blocks are needed to encrypt the complete message, padding included? Write only the number.