#base58 #binary #monero #base58-check #input-file #stdin

app base58m

base64-like binary with support for encoding/decoding Monero base58 strings

8 releases (3 stable)

1.0.2 Sep 18, 2023
1.0.1 Jan 2, 2023
1.0.0 Jun 27, 2022
0.2.2 Nov 15, 2021
0.1.1 Jan 16, 2020

#195 in Magic Beans

MIT license

9KB
88 lines

Build Status unsafe forbidden Crates.io License: MIT MSRV

base58m, a Rust Monero Base58 base64-like Binary

This binary crate is a simple implementation of a base64-like binary for Monero base58 encoding.

base58m
Monero Rust Contributors
Base58 (Monero format) encode or decode FILE, or standard input, to standard output.

With no FILE, or when FILE is -, read standard input.

USAGE:
    base58m [OPTIONS] [FILE]

ARGS:
    <FILE>    Sets the input file to use

OPTIONS:
    -c, --check      Use base58 check mode
    -d, --decode     Decode data
    -h, --help       Print help information
    -V, --version    Print version information

Install

If you have the rust toolchain setup on your machine simply run (use --force to update the binary)

cargo install --force base58m

Releases and Changelog

See CHANGELOG.md and RELEASING.md.

About

This project is maintained by community members. All contributions are welcome!

Dependencies

~4.5–6.5MB
~108K SLoC