Last active
December 26, 2015 17:49
-
-
Save aldaris/7190299 to your computer and use it in GitHub Desktop.
Links for AES research
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/questions/1220751/how-to-choose-an-aes-encryption-mode-cbc-ecb-ctr-ocb-cfb | |
http://stackoverflow.com/questions/19626080/aes-with-password-based-secretkeyspec-vs-pbe | |
http://www.rfc-editor.org/rfc/rfc2898.txt section 4 | |
http://stackoverflow.com/questions/8622367/what-are-best-practices-for-using-aes-encryption-in-android | |
and my pending question: | |
http://stackoverflow.com/questions/19626080/aes-with-password-based-secretkeyspec-vs-pbe | |
http://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html | |
http://stackoverflow.com/questions/8320100/java-encryption-by-client-and-decryption-by-server-using-pbkdf2withhmacsha1-and |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment