As an Android developer, you probably want to encrypt your application data at some points for security reasons. Those sensitive data can be varied from personal identifiable information (PII), financial records, to enterprise-related data. By using Jetpack Security (JetSec), you can easily encrypt Files and SharePreferences locally to protect your…