Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aerth/aevocab

base58 tool with multiple rounds capability (decode/encode files and streams)
https://github.com/aerth/aevocab

base58 decoder encoder encoder-decoder

Last synced: about 2 months ago
JSON representation

base58 tool with multiple rounds capability (decode/encode files and streams)

Awesome Lists containing this project

README

        

# aevocab

### install as base58

install the latest version of [go](https://golang.org/dl)

`make && sudo make install`

### Show help

`base58 -h`

### Encode

`printf hi | base58`

### Decode

`echo 8wr | base58 -d`