Convert::Base32 0.02 review

Download
by rbytes.net on

Convert::Base32 is a Perl module for encoding and decoding of base32 strings. SYNOPSIS use Convert::Base32; $encoded = e

License: Perl Artistic License
File size: 2K
Developer: Tatsuhiko Miyagawa
0 stars award from rbytes.net

Convert::Base32 is a Perl module for encoding and decoding of base32 strings.

SYNOPSIS

use Convert::Base32;

$encoded = encode_base32("x3ax27x0fx93");
$decoded = decode_base32($encoded);

This module provides functions to convert string from / to Base32 encoding, specified in RACE internet-draft. The Base32 encoding is designed to encode non-ASCII characters in DNS-compatible host name parts.

Requirements:
Perl

Convert::Base32 0.02 search tags