FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

marete/hex: Generate and decode hexadecimal encoding · GitHub

/ hex Public

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

hex

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.

Usage

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

About

Generate and decode hexadecimal encoding

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL