r58Playz / b85

A simple commandline for the base85 crate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b85

A simple commandline for the base85 crate.

echo "some ascii content" | b85 encode > encoded
cat encoded | b85 decode

About

A simple commandline for the base85 crate.


Languages

Language:Rust 100.0%