parrotcode: Encoding and decoding of base64 strings | |
Contents | Libraries |
MIME::Base64 - Encoding and decoding of base64 strings
# load this library
load_bytecode 'MIME/Base64.pbc'
MIME::Base64 is inspired by the Perl5 module MIME::Base64.
This module defines the following subroutines:
encode_base64( str )
decode_base64( str )
http://aktuell.de.selfhtml.org/artikel/javascript/utf8b64/base64.htm http://en.wikipedia.org/wiki/Base64
Written and maintained by Bernhard Schmalhofer, Bernhard dot Schmalhofer at gmx dot de
, based on the Perl 5 Module MIME::Base64 by Gisle Aas and on the article on de.selfhtml.org.
Copyright (C) 2006, The Perl Foundation.
|