Skip to content

pedroalbanese/base16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base16

ISC License GoDoc GitHub downloads Go Report Card GitHub go.mod Go version GitHub release (latest by date)

Trivial Base16 encoder/dump/decoder

Hexadecimal is a base-16 numbering system. This means it uses 16 different symbols to represent numbers, in contrast to the decimal system, which uses 10 symbols (0 to 9). In the hexadecimal system, the symbols are the numbers from 0 to 9 and the letters from A to F (or a-f), representing the values from 10 to 15.

Usage:

Usage of base16:
  -d    Decode instead of Encode
  -dump
        Hexdump instead of Encode/Decode
  -w int
        Wrap lines after N columns (default 64)

This project is licensed under the ISC License.

Copyright (c) 2016-2022 Pedro F. Albanese - ALBANESE Research Lab.