Registry / crypto / skcrypter

skcrypter

JSON →
library2021-12-03vcpkgunverified

Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11

vcpkg install skcrypter
INSTALL
IMPORT
SIG · SKCRYPTER
S
skcrypter
cryptocppv2021-12-03
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.

skCrypter/skCrypter.h
#include <skCrypter/skCrypter.h>

Encrypts a string at compile time and decrypts at runtime

#include "skCrypter/skCrypter.h" #include <iostream> int main() { auto encrypted = skCrypt("Hello, World!"); std::cout << encrypted.decrypt() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2021-12-03latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

skcrypter — pip install skcrypter · libregistry