/b85

A simple commandline for the base85 crate.

Primary LanguageRust

b85

A simple commandline for the base85 crate.

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