8000
Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

15 stars

Watchers

1 watching

Forks

Contributors

Languages

0