Skip to content

Instantly share code, notes, and snippets.

@lordcodes
Created February 16, 2020 21:36
Show Gist options
  • Save lordcodes/0152b1214b24d5054c139a017f852039 to your computer and use it in GitHub Desktop.
Save lordcodes/0152b1214b24d5054c139a017f852039 to your computer and use it in GitHub Desktop.
Code for the article: "Protecting secrets in an Android project"
val encryptedDaya = Base64.decode(secretAsBase64, Base64.NO_WRAP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment