billiegoose / bin2hex

CLI utility to hexidecimal encode input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:JavaScript 100.0%