Man page - base58(1)

Packages contains this manual

    Package:  base58
    apt-get install base58
    Manuals in package:
    Documentations in package:

Manual

BASE58

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
COPYRIGHT
AUTHOR

NAME

base58 - Base58 encode or decode

SYNOPSIS

base58 [ -h ] [ -d ] [ -c ] [ FILE ]

DESCRIPTION

Base58 encode or decode FILE , or standard input, to standard output.

OPTIONS

-h , --help

show this help message and exit

-d , --decode

decode data

-c , --check

append a checksum before encoding

COPYRIGHT

python-base58 is copyright (c) 2013-2018 David Keijser. Released under the MIT license.

AUTHOR

This manual page was written by Joel Cross <joel@kazbak.co.uk>