libconvert-ascii85-perl

module for encoding and decoding of ascii85/base85 strings

Description

Convert::Ascii85 implements the Ascii85 (also known as Base85) algorithm for encoding binary data as text. This is done by interpreting each group of four bytes as a 32-bit integer, which is then converted to a five-digit base-85 representation using the digits from ASCII 33 (!) to 117 (u).

This is similar to MIME::Base64 but more space efficient: The overhead is only 1/4 of the original data (as opposed to 1/3 for Base64).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Convert-Ascii85


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libconvert-ascii85-perl