Skip to content

billiegoose/hex2bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex2bin

CLI utility to hexidecimal decode input

Install

NPM

  • Install: npm install --global hex2bin
  • Executable: hex2bin

Usage

Pipe in hexidecimal strings... pipe out binary streams

$ hex2bin <infile >outfile

Or if you aren't familiar with file indirection you just use pipes

$ cat infile | hex2bin >outfile

License

Unless stated otherwise all works are:

and licensed under:

About

CLI utility to hexidecimal decode input

Resources

License

Stars

Watchers

Forks

Packages

No packages published