bin2hex
v1.0.1
Published
CLI utility to hexidecimal encode input
Downloads
4
Readme
CLI utility to hexidecimal encode input
NPM
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
Unless stated otherwise all works are:
and licensed under: