Skip to content

Instantly share code, notes, and snippets.

@smokelaboratory
Created March 16, 2020 04:12
Show Gist options
  • Select an option

  • Save smokelaboratory/f36aa7486523a0a0b449f7eac3eeff47 to your computer and use it in GitHub Desktop.

Select an option

Save smokelaboratory/f36aa7486523a0a0b449f7eac3eeff47 to your computer and use it in GitHub Desktop.
SharedPreferences object
securedSharedPrefs = EncryptedSharedPreferences.create(
"values_secured", //xml file name
master_key, //master key
this, //context
AES256_SIV, //key encryption technique
AES256_GCM //value encryption technique
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment