I know that base64 increases the total ‘size’ of the specific image or text by 1/3, but what about AES_ENCRYPT?
I know that base64 increases the total ‘size’ of the specific image or text
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AES is a block cipher and thus processes data only in multiples of a specified block size. Its input (and as a result is output) is padded with enough bytes to round the size up towards a multiple of the block size. Since the manual says that an 128-bit key is used, we know the block size is 16 bytes.
The manual also gives a formula that describes this mathematically: