Registry / serialization / cppcodec

cppcodec

JSON →
library0.2vcpkgunverified

Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32.

vcpkg install cppcodec
INSTALL
IMPORT
SIG · CPPCODEC
C
cppcodec
serializationcppv0.2
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.

cppcodec/base64_rfc4648.hpp
#include <cppcodec/base64_rfc4648.hpp>

Encode a string to base64.

#include <cppcodec/base64_rfc4648.hpp> #include <iostream> int main() { std::string encoded = cppcodec::base64_rfc4648::encode("Hello"); std::cout << encoded << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

cppcodec — pip install cppcodec · libregistry