1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/converters/p5-MIME-Base32/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

12 lines
428 B
Plaintext

This package contains a base32 encoder/decoder.
These encoding methods are specified in RFC 3548 -
The Base16, Base32, and Base64 Data Encodings.
The base32 encoding is designed to represent arbitrary
sequences of octets in a form that need not be humanly
readable. A 33-character subset ([A-Z2-7=]) of US-ASCII
is used, enabling 5 bits to be represented per printable
character.
WWW: https://metacpan.org/release/MIME-Base32