HexFormatter is a flexible Swift formatter for outputting hex data. Features:
- Canonical hex+ASCII output (akin to the output of the Unix command
hexdump -C
) - Plain hex string output (similar to the output of the Unix command
md5
) - It can generate attributed strings for display in iOS/macOS TextViews
- It can generate HTML output