Skip to content

πŸ”’ Simple compile time string obfuscation using xor

Notifications You must be signed in to change notification settings

sakiryu/obfustring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

obfustring

A simple compile-time string obfuscation using xor

usage

  #include "obfustring.hpp"
    
  int main()
  {
      auto a = obf("String A");
      auto b = obf("String B");
      auto c = obf("String C");
  }

About

πŸ”’ Simple compile time string obfuscation using xor

Topics

Resources

Stars

Watchers

Forks