Summary
############################################################################
File: base64.icn
Subject: Procedures for base64 encodings for MIME (RFC 2045)
Author: David A. Gamey
Date: May 2, 2001
############################################################################
This file is in the public domain.
############################################################################
Descriptions:
base64encode( s1 ) : s2
returns the base64 encoding of a string s1
base64decode( s1 ) : s2
returns the base64 decoding of a string s1
fails if s1 isn't base64 encoded
references: MIME encoding Internet RFC 2045
############################################################################
Procedures:
base64decode, base64encode
This file is part of the (main) package.
Source code.
base64decode(s)
: decode a string from base 64 (MIME)
base64encode(s)
: encode a string into base 64 (MIME)
This page produced by UniDoc on 2021/04/15 @ 23:59:54.