Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iniyanmurugavel/91bf8e62a87826a69e9f6eced615873a to your computer and use it in GitHub Desktop.

Select an option

Save iniyanmurugavel/91bf8e62a87826a69e9f6eced615873a to your computer and use it in GitHub Desktop.
Application Url or User credentials Security after Reverse Engineering
#About Security
Absolute security does not exist. Security is a set of measures, being piled up and combined, trying to slow down the inevitable.
https://medium.com/google-developer-experts/a-follow-up-on-how-to-store-tokens-securely-in-android-e84ac5f15f17
NDK Decode :-
String key1 = new String(Base64.decode(getNativeKey1(),Base64.DEFAULT));
String key2 = new String(Base64.decode(getNativeKey2(),Base64.DEFAULT));
https://medium.com/@abhi007tyagi/storing-api-keys-using-android-ndk-6abb0adcadad
https://medium.com/@himanshusoni501/safest-way-to-secure-your-app-server-credentials-7894fb4f4fe4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment