The Wayback Machine - https://web.archive.org/web/20200918134528/https://github.com/urShadow/StringObfuscator
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

StringObfuscator

Simple header-only compile-time string encryptor (C++14)

Requirements

  • O2 (optimization option)

Example

#include <iostream>
#include "str_obfuscator.hpp"

int main() {
    std::cout << cryptor::create("Hello, World!").decrypt() << std::endl;

    return 0;
}

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.