z85-cli
v0.6.0
Published
Command line client for ZeroMQ Base-85 encoding
Downloads
48
Maintainers
Readme
z85-cli
Command line client for ZeroMQ Base-85 encoding
Getting Started
Install the module with:
npm install -g z85-cli
Documentation
Encoding
z85 --encode [-e] <value>
Decoding
z85 --decode [-d] <value>
Specification
Please refer to 32/Z85 - ZeroMQ Base-85 Encoding Algorithm.
License
Copyright (c) 2014-2019 Bjoern Kimminich Licensed under the MIT license.