Naibeck / Android-Security

A sample repo that will cover the new AndroidX security, and some other tools that Android provides to secure your data.
7 stars 3 forks source link

Android-Security

A sample repo that will cover the new AndroidX security, and some other tools that Android provides to secure your data.

Samples covered

The current project covers these security practices/components:

EncryptedSharedPreferences

A form with two fields that are stored into a encrypted preference file.

EncryptedFile

It downloads this file and store its content into a encrypted file and reads that file.

References