Convert::Base32 0.02 review
DownloadConvert::Base32 is a Perl module for encoding and decoding of base32 strings. SYNOPSIS use Convert::Base32; $encoded = e
|
|
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 keywords