Registry / utility / obfuscxx

obfuscxx

JSON →
library1.3.1vcpkgunverified

Header-only compile-time variable obfuscation library for C++20.

vcpkg install obfuscxx
INSTALL
IMPORT
SIG · OBFUSCXX
O
obfuscxx
utilitycppv1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

obfuscxx/obfuscxx.hpp
#include <obfuscxx/obfuscxx.hpp>

Obfuscate a string literal at compile time

#include <obfuscxx/obfuscxx.hpp> #include <iostream> int main() { auto secret = OBFUSCATE("s3cr3t"); std::cout << "Obfuscated string: " << secret << '\n'; return 0; }
Debug
Known issues
gotchaObfuscation is not cryptographically secure; it only hinders static analysis
fix
Do not rely on this for security; use proper encryption for sensitive data
affects: *
Upgrade
Version history
1.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

obfuscxx — pip install obfuscxx · libregistry