Obfuscate
String encryption
This header-only C++ library encrypts compile-time string literals to protect them from being easily discovered in binary images.
Guaranteed compile-time string literal obfuscation header-only library for C++14
1k stars
20 watching
174 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list
cpp14cpp17embedded-string-literalsheader-onlyobfuscateobfuscate-stringsobfuscationstringstring-literalsstring-obfuscation
Related projects:
Repository | Description | Stars |
---|---|---|
pjebs/obfuscator-ios | Protects iOS apps by encoding sensitive strings as unreadable C language strings. | 648 |
usemuffin/obfuscate | A plugin for CakePHP that provides primary key obfuscation using various strategies | 36 |
bonnetn/vba-obfuscator | A tool that obfuscates Visual Basic code to evade signature scans from Antivirus software | 150 |
d35ha/callobfuscator | Tools for modifying Windows API imports to evade analysis and detection by static/dynamic analysis tools. | 984 |
bc-security/beginners-guide-to-obfuscation | A beginner's guide to evading detection by employing obfuscation techniques in PowerShell and .NET payloads | 1,016 |
microsoft/eva | Automates away parts of homomorphic encryption requiring cryptographic expertise | 227 |
zama-ai/concrete | A compiler that converts Python programs into homomorphic encryption algorithms | 1,270 |
scrt/avcleaner | An obfuscation tool designed to evade antivirus software detection in compiled C/C++ code. | 1,013 |
atilaneves/dpp | An executable tool that compiles D files with #include directives from C/C++ headers | 231 |
nullhypothesis/scramblesuit | A protocol for secure communication over the Tor network by encrypting and obfuscating internet traffic | 92 |
kkayataka/plusaes | A C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format. | 197 |
adamisz/from0k2bp | Exploring the development of a cryptographic protocol from scratch to production-ready implementation | 156 |
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
aarhuscrypto/duplo | A cryptographic protocol implementation for secure computation | 22 |
danielbohannon/revoke-obfuscation | Detects obfuscated PowerShell commands and scripts at scale using abstract syntax tree analysis. | 724 |