| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
hex is a small utility to decode from and encode to hexadecimal encoding as the encoding is defined and supported by the Go encoding/hex package.
hex reads input from standard input and writes output to standard output.
To decode: cat foo.hex | hex -d
To encode: cat foo.bin | hex
| Back | FazBrowse Home | New Git URL |