encryption - Using HTTPS or RSA for android's user data upload -


google says if want upload user data (like list of user's installed apps), need "transmit using modern cryptography (for example, on https)". have http server, i'm having problems converting https. can instead use rsa or encrypt user data?

please tell me think.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -