I am just reading about AES. I don’t know much about it.
In many posts on forms I see people asking implementation of AES (slowAES) while using Java.
Is that necessary?
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.
No.
AES is an algorithm; it is independent of the language in which it is implemented.
That being said, implementing a cryptographic algorithm properly is not an easy task, and you should use the built-in versions of the API’s you’re using when you need encryption.