Obfuscate

Guaranteed compile-time string literal obfuscation header-only library for C++14 (by adamyaxley)

Obfuscate Alternatives

Similar projects and alternatives to Obfuscate based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Obfuscate alternative or higher similarity.

Obfuscate reviews and mentions

Posts with mentions or reviews of Obfuscate. We have used some of these posts to build our list of alternatives and similar projects.
  • How do I prevent abuse to my app?
    1 project | /r/androiddev | 20 Aug 2022
    if you hardcode the api key into your app, the apk can always get decompiled (apk -> dex -> dex2jar -> jar -> java decompiler). I personally hardcode sensitive api keys in C code, as #define constants. I use this class to obfiscate the C string constants. then I expose functions returning the api keys from C to java via JNI. I also use a mechanism to verify the apk signature, so that the C methods will only be called from the correct application (without this, others could take the .so library, include in their project, and just call the c functions from java / kotlin side, to get the api key). There was an article about this online, but i cannot find it right now.

Stats

Basic Obfuscate repo stats
1
969
4.9
10 days ago

adamyaxley/Obfuscate is an open source project licensed under The Unlicense which is not an OSI approved license.

The primary programming language of Obfuscate is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com