base91

Encode and decode files using base91 compression format

brewmacoslinux
Try with needOr install directly
Source

About

Utility to encode and decode base91 files

Commands

base91

Examples

Encode a file to base91 format$ base91 encode input.txt output.b91
Decode a base91 file back to original$ base91 decode output.b91 decoded.txt
Encode and display output to stdout$ base91 encode input.txt