Created
June 29, 2020 08:10
-
-
Save iniyanmurugavel/91bf8e62a87826a69e9f6eced615873a to your computer and use it in GitHub Desktop.
Application Url or User credentials Security after Reverse Engineering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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