Crates.io | bs58-cli |
lib.rs | bs58-cli |
version | 0.1.2 |
source | src |
created_at | 2019-12-24 21:00:41.876895 |
updated_at | 2023-05-23 13:56:24.452082 |
description | A cli utility for encoding/decoding base58 encoded data |
homepage | |
repository | https://github.com/Nullus157/bs58-rs |
max_upload_size | |
id | 192197 |
size | 27,194 |
A CLI utility for encoding/decoding base58 encoded data.
Currently bs58-cli
is only distributed through crates.io, install Rust
then install with:
> cargo install bs58-cli
Updating crates.io index
[...]
> bs58 --help
bs58 0.1.0
A utility for encoding/decoding base58 encoded data.
[...]
> echo '04305e2b2473f058' | xxd -r -p | bs58
he11owor1d
> echo -n 'he11owor1d' | bs58 -d | xxd -p
04305e2b2473f058
> echo -n 'he11owor1d' | bs58 -da=ripple | xxd -p
6065e79bba2f78
> echo 'babce1c947b425' | xxd -r -p | bs58 -a='custom(abcdefghijkmnopqrstuvwxyz123456789ABCDEFGHJKLMNPQRSTUVWXYZ)'
he11owor1d