Skip to content

billiegoose/bin2hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin2hex

CLI utility to hexidecimal encode input

Install

NPM

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

Usage

Pipe in binary streams... pipe out hexidecimal strings

$ bin2hex <infile >outfile

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

$ cat infile | bin2hex >outfile

License

Unless stated otherwise all works are:

and licensed under:

About

CLI utility to hexidecimal encode input

Resources

License

Stars

Watchers

Forks

Packages

No packages published