Eli Fulkerson .com HomeProjectsCommandline-byte-converter
 

bytes - convert bytes from the command line

Bytes is a command line program intended to convert between some common formats used to contain raw bytes.

Note: This script is currently *very* rough.

input formats:

output formats:

Download:


Listing directory https://download.elifulkerson.com/files/bytes/0.3: bytes May 13 2019 14:33:34 12492 Python script, ASCII text executable bytes.asc May 13 2019 14:34:24 801 GnuPG signature bytes.md5 May 13 2019 14:34:24 40 MD5 checksum bytes.sha1 May 13 2019 14:34:24 48 SHA1 checksum bytes.sha256 May 13 2019 14:34:24 72 SHA256 checksum bytes.sha512 May 13 2019 14:34:24 136 SHA512 checksumBrowse the download server

Usage:


bytes myfilename.bin -if raw -of 00 > myfilename.00

Update History:

May 2 2019. 0.1 - Initial version