|
NAMEConvert::Base32 - Encoding and decoding of base32 stringsSYNOPSISuse Convert::Base32; $encoded = encode_base32("\x3a\x27\x0f\x93"); $decoded = decode_base32($encoded); DESCRIPTIONThis 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.See http://tools.ietf.org/html/draft-ietf-idn-race-03 for more details. FUNCTIONSFollowing functions are provided; like "MIME::Base64", they are in @EXPORT array. See Exporter for details.
AUTHORTatsuhiko Miyagawa <miyagawa@bulknews.net>Eric Brine <ikegami@adaelis.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOhttp://www.ietf.org/internet-drafts/draft-ietf-idn-race-03.txt, MIME::Base64, Convert::RACE.
Visit the GSP FreeBSD Man Page Interface. |