1
Does anyone have an example of Encryption/Decryption on Android?
And that has an interesting security?
Remembering that I use the Java language in Android development.
1
Does anyone have an example of Encryption/Decryption on Android?
And that has an interesting security?
Remembering that I use the Java language in Android development.
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
Possible duplicate of Android Encryption and Encryption
– Florida
You want to encrypt and decrypt on the device itself, or for example encrypt on the device and decrypt on the server, using asymmetric encryption?
– Marco Giovanni
What do you call Interesting Security? Using a standard NSA / RSA algorithm? Proprietary algorithms with elliptic curve?
– Mateus