Description
A Haskell library for converting strings or byte-oriented data to hexadecimal text and back. Hex encoding is useful for showing binary data in logs, identifiers, protocols, and debugging output.
Developers use it in tools, tests, file formats, and network code. Hex is an encoding, not encryption, so converted data should not be treated as secret or protected by itself.