Path to this page:
./
converters/base64,
Encode and decode base64 files
Branch: pkgsrc-2007Q2,
Version: 1.3nb1,
Package name: base64-1.3nb1,
Maintainer: pkgsrc-users The MIME (Multipurpose Internet Mail Extensions) specification (RFC 1341
and successors) defines a mechanism for encoding arbitrary binary information
for transmission by electronic mail. Triplets of 8-bit octets are encoded as
groups of four characters, each representing 6 bits of the source 24 bits.
Only characters present in all variants of ASCII and EBCDIC are used, avoiding
incompatibilities in other forms of encoding such as uuencode/uudecode.
base64 is a command line utility which encodes and decodes files in this
format. It can be used within a pipeline as an encoding or decoding filter,
and is most commonly used in this manner as part of an automated mail
processing system.
Master sites:
SHA1: 41fa61f775b6bf518ca4dce416149f7f187505c1
RMD160: 53b4df64ffcb9ac9ab82e672f1a309add8db58f9
Filesize: 173.096 KB
Version history: (Expand)
- (2007-08-25) Package added to pkgsrc.se, version base64-1.3nb1 (created)