Skip to content

To secure the android credentials with android NDK

Notifications You must be signed in to change notification settings

anjandebnath/secureNDK

Repository files navigation

How NDK can help on security

With NDK we can store api key in an .so file, making it very hard for the attacker (.so files can hardly be

decompiled, and disassembling those files is far from being a comfortable option).

When to use?

When you have 3rd party library static api key eg Firebase app_key, app_secret that need to be in application code base to run the apk

then we can use this mechanism. Also the REST api server url https:// can be added there

Reference

Hiding API keys from your Android repository

About

To secure the android credentials with android NDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published