Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Inner Data Encryption (Android)

ihar-paliashchuk edited this page Nov 22, 2017 · 2 revisions

Link to the task

f1()

Main protection for our key is InstanceID

CODE:

InstanceID.getInstance(context).getId();

f2()

Local password/Fingerprint protection

For the protection improvement one can add application's password/fingerprint protection.

For now we return empty string.

f3()

Here is Documentation about Android_ID.

CODE:

Settings.Secure.getString(contentResolver, Settings.Secure.ANDROID_ID);

Clone this wiki locally