Obfuscate Alternatives
Similar projects and alternatives to Obfuscate based on common topics and language
-
span-lite
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
filesystem
An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
-
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 discussion
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?
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
1,163
4.9
11 months ago
adamyaxley/Obfuscate is an open source project licensed under The Unlicense which is an OSI approved license.
The primary programming language of Obfuscate is C++.