Description
Provides a header-only C++11 library for encoding and decoding base64, base64url, base32, base32hex, and hexadecimal data. Developers use it when applications need compact text representations of binary data.
Install it when building software that depends on cppcodec. Encoding is not encryption, so do not treat encoded data as protected.