# tplgy/cppcodec

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/tplgy-cppcodec).**

696 stars · 120 forks · C++ · MIT

## Links

- GitHub: https://github.com/tplgy/cppcodec
- awesome-repositories: https://awesome-repositories.com/repository/tplgy-cppcodec.md

## Description

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.

## Tags

### Part of an Awesome List

- [Serialization](https://awesome-repositories.com/f/awesome-lists/data/serialization.md) — Header-only library for Base64, Base32, and Hex encoding/decoding.
- [Cryptography and Security](https://awesome-repositories.com/f/awesome-lists/security/cryptography-and-security.md) — Encoding and decoding for base64 and related formats.
