Registry / crypto / xorstr

xorstr

JSON →
library2021-11-20vcpkgunverified

Heavily vectorized c++17 compile time string encryption

vcpkg install xorstr
INSTALL
IMPORT
SIG · XORSTR
X
xorstr
cryptocppv2021-11-20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xorstr.hpp
#include <xorstr.hpp>

Encrypt a string at compile time and decrypt at runtime

#include <xorstr.hpp> #include <iostream> int main() { auto encrypted = xorstr_("Hello, World!"); std::cout << encrypted.c_str() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2021-11-20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Resources

No resource links recorded.

xorstr — pip install xorstr · libregistry