Path to this page:
./
converters/base64,
Encode and decode base64 files
Branch: pkgsrc-2008Q4,
Version: 1.5,
Package name: base64-1.5,
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: 25b5ae71c2818c7a489065ca1637806cd5109524
RMD160: 37852c8ace20924b310119d600070a0552d516b4
Filesize: 218.697 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version base64-1.5 (created)