Registry / utility / b64
library2.0.0.1vcpkgunverified

libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format.

vcpkg install b64
INSTALL
IMPORT
SIG · B64
B
b64
utilitycppv2.0.0.1
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.

b64/encode.h
#include <b64/encode.h>

Encodes a string to base64 using libb64.

#include <b64/encode.h> #include <iostream> #include <string> int main() { std::string input = "Hello, World!"; std::string encoded = base64_encode(reinterpret_cast<const unsigned char*>(input.data()), input.size()); std::cout << encoded << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources

No resource links recorded.

b64 — pip install b64 · libregistry