bin2hex

1.0.1 • Public • Published

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:

    Dependencies (0)

      Dev Dependencies (1)

      Package Sidebar

      Install

      npm i bin2hex

      Weekly Downloads

      1

      Version

      1.0.1

      License

      Unlicense

      Last publish

      Collaborators

      • wmhilton