Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
base58 tool with multiple rounds capability (decode/encode files and streams)
- Host: GitHub
- URL: https://github.com/aerth/aevocab
- Owner: aerth
- License: gpl-3.0
- Created: 2018-05-05T07:31:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T09:30:18.000Z (over 6 years ago)
- Last Synced: 2024-06-28T20:49:35.237Z (5 months ago)
- Topics: base58, decoder, encoder, encoder-decoder
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`