This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Talk:Using the Java Cryptographic Extensions"

From OWASP
Jump to: navigation, search
(Padding for AES Encryption?)
(No difference)

Revision as of 23:24, 27 October 2011

While performing AES encryption using SunJCE provider, I did not see usuage of the mode in the program provided. I have few questions: Do we really need to specify the mode when using AES? Does PaddingException happen with AES and how do we prevent the PaddingException?

Please let me know.