encodeaz
Encodeaz is an open-source data encoding library designed to simplify encoding and decoding across software applications. It provides a unified API for a range of encoding schemes and a pluggable architecture that supports language bindings and streaming data.
Core features include support for common encodings such as Base64, Base32, Base16/hex, URL encoding, percent encoding,
The project consists of a minimal core engine that routes requests to codec modules. Each codec is
History and development milestones describe Encodeaz as arising from a group of developers focusing on data
Usage and reception notes indicate that Encodeaz is employed in web services, data pipelines, and client applications
See also: Base64, URL encoding, data serialization, encoding (computer science).