You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DECLARE_PROTECTED(char,100,str,"This is a header-only compile-time AES obfuscator. In order to use this library, c++20 is required.")
auto decrypted = str.decrypt();
std::cout<<decrypted.data()<<std::endl;
decrypted.clear();
auto msg2=SimpleObfuscator::ProtectedArray<RANDOM_SEED,char,109>("Though it will work without external requirements, it is recommended that users use this library with boost.").decrypt();