cppcodec

binary encoder

A header-only C++11 library for encoding/decoding various binary data formats

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. MIT licensed with consistent, flexible API.

GitHub

617 stars
25 watching
109 forks
Language: C++
last commit: about 2 years ago
Linked from 3 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
xdbr/cpp-generic-serialize A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. 7
ron4fun/simplebaselib4cpp A C++11 library providing encoding and decoding capabilities for various bases 3
randy408/libspng A lightweight PNG image decoder and encoder library with a focus on performance and simplicity. 736
fxamacker/cbor A library for encoding and decoding binary data in a compact and secure format. 739
adamvr/arduino-base64 A C++ library for encoding binary data into base64 strings on the Arduino platform. 183
eyalz800/zpp_bits A lightweight C++20 serialization and RPC library in one header file 747
kronuz/base-x A C++ library for encoding and decoding data using custom bases. 14
scodec/scodec A combinator-based library for encoding and decoding binary data with a focus on pure functional programming and statically verified type mappings. 809
intel/tinycbor A C library for serializing and deserializing binary objects in a compact format 501
fraillt/bitsery A binary serialization library optimized for speed and space. 1,078
cl-babel/babel A Common Lisp library for efficient charset encoding and decoding 92
sija/base62.cr A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. 10
tbenthompson/cppimport A tool to import and compile C++ code from Python directly during runtime 1,187
lvandeve/lodepng A PNG encoder and decoder written in C++ with support for ANSI C 2,104
charles-pegge/oxygenbasic A compiler and runtime environment for a basic programming language 39