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:

    Versions

    Current Tags

    • Version
      Downloads (Last 7 Days)
      • Tag
    • 1.0.1
      1
      • latest

    Version History

    • Version
      Downloads (Last 7 Days)
      • Published
    • 1.0.1
      1
    • 1.0.0
      0

    Package Sidebar

    Install

    npm i bin2hex

    Weekly Downloads

    1

    Version

    1.0.1

    License

    Unlicense

    Last publish

    Collaborators

    • wmhilton