jgamble / Convert-Base85

Encoding and decoding data with base85 strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert-Base85

Version 1.02

This module implements functions to encode binary data into Base 85 text.

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

LICENSE AND COPYRIGHT

Copyright (C) 2019 John M. Gamble

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

About

Encoding and decoding data with base85 strings

License:Other


Languages

Language:Perl 100.0%