A small, single-header library for stateful stream-based data obfuscation.
Designed to protect data from casual inspection, not intended for cryptographic security.
- Single-header - easy to integrate in any C/C++ project
- Stateful stream-based obfuscation
- Lightweight and fast
- Not intended for cryptography
Include the header and define SQOBF_IMPLEMENTATION in one source file:
#define SQOBF_IMPLEMENTATION
#include "sqobf.h"Full examples are available at examples
This software is available under CC0, effectively placing it in the public domain.