What is the most secure encryption mode for Android?
Posted
by jax
on Stack Overflow
See other posts from Stack Overflow
or by jax
Published on 2010-05-30T08:44:51Z
Indexed on
2010/05/30
8:52 UTC
Read the original article
Hit count: 203
android
Currently I am using:
Algorithm_mode_padding="RSA/ECB/PKCS1Padding" Provider="BC"
I have heard that ECB can cause patterns in the output. What is the most secure Algorithm, mode and padding for Android at the moment? I will be using this for license files.
Also, what is the best keysize to use when creating a new public and private key?
© Stack Overflow or respective owner