Provided by: base58_1.0.3-2_all
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> June 2022 BASE58(1)