base58

Command line encoder and decoder for Base58 format
  https://github.com/keis/base58
  0
  no reviews



This package contains the base58 command, which can be used to encode, decode or check, in a form compatible with that used by the bitcoin network.

Base58 is a group of binary-to-text encoding schemes used to represent large integers as alphanumeric text. Compared with Base64, similar-looking letters are omitted.