I am using openssl APIs for AES in my code. What I noticed that AES APIs do not go above 256 bits. I am just curious if this is a limitation within openssl code or if 512 bits with AES is just an overkill.
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.
Wikipedia says (in the footnote):
The Rijndael algorithm seems to work only for a maximum size of
256bits.