[ 源代码: libmime-base32-perl ]
软件包:libmime-base32-perl(1.303-1.1)
libmime-base32-perl 的相关链接
Debian 的资源:
下载源码包 libmime-base32-perl:
- [libmime-base32-perl_1.303-1.1.dsc]
- [libmime-base32-perl_1.303.orig.tar.gz]
- [libmime-base32-perl_1.303-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Base32 encoder/decoder
Similar to Base64, Base32 encodes arbitrary (binary) data in ASCII text. The difference to Base64 is that Base32 encoding is case insensitive.
Base32 is defined in rfc3548 using the characters [A-Z2-7], but this module by default uses [0-9A-V] for compatibility with older versions of MIME::Base32. An RFC compliant mode is also provided, though.