Skip to content

Squizoff/sqobf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small, single-header library for stateful stream-based data obfuscation.
Designed to protect data from casual inspection, not intended for cryptographic security.


Features

  • Single-header - easy to integrate in any C/C++ project
  • Stateful stream-based obfuscation
  • Lightweight and fast
  • Not intended for cryptography

Usage

Include the header and define SQOBF_IMPLEMENTATION in one source file:

#define SQOBF_IMPLEMENTATION
#include "sqobf.h"

Full examples are available at examples

License

This software is available under CC0, effectively placing it in the public domain.

About

Simple and effective obfuscation library

Topics

Resources

License

Stars

Watchers

Forks

Languages