Android Question protect password email

Pesciolina

Active Member
Licensed User
I would like to point out that the app is present on the playstore but only distributed locally.
In the App there is a function to send a log via email with a gmail account, how can I protect the password?

I wanted to add that the app is installed on phones with multi-operator data SIMs that are not enabled to send text messages


Thank you
Marco
 
Last edited:

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Maybe store the password in a file encrypted? Obfuscate the code on compile. While not 100% better then plain text.
 
Upvote 0

Spavlyuk

Active Member
Licensed User
Storing the password inside the app doesn't seem like a good idea. Maybe go with an web service to receive the logs and then forward them to your email account if necessary. Requires more work but won't leak your password.
 
Upvote 0
Top