• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D19-Feb-2001288 75

INSTALLH A D20-Feb-2001818 2619

Makefile.inH A D10-Jun-20076.1 KiB228140

READMEH A D10-Jun-20071.4 KiB3927

base64.1H A D13-Apr-20053.3 KiB123122

base64.cH A D03-May-20226.2 KiB499362

base64.slnH A D10-Jun-2007912 2221

base64.vcprojH A D10-Jun-20073.2 KiB133132

base64.wH A D10-Jun-200716.5 KiB607509

config.h.inH A D21-Feb-2001576 2315

configureH A D10-Jun-2007122.2 KiB4,2063,472

configure.inH A D10-Jun-2007604 2921

getopt.cH A D19-Feb-20014.7 KiB12960

getopt.hH A D19-Feb-2001324 114

install-shH A D30-Jul-19994.7 KiB239152

testw32.batH A D10-Jun-2007248 1210

README

1
2                             B A S E 6 4
3
4               by John Walker (http://www.fourmilab.ch/)
5                             Version 1.5
6                              June 2006
7
8BASE64 is a simple command-line filter which encodes and decodes
9binary files in Base64 encoding as defined in RFC 1341.  For
10details on operation of the program, please consult the manual
11page "base64.1" or its HTML equivalent "index.html" included in
12this distribution.
13
14For information on how to build and install the program, see
15the INSTALL file.  Win32 users may, if they wish, use the
16ready-to-run base64.exe file included in the archive.  Source
17code for this program is written in the CWEB "Literate Programming"
18language in which C source code and TeX internal documentation
19are maintained in a single base64.w file.  CWEB programming tools
20may be downloaded from:
21
22    http://www-cs-faculty.stanford.edu/~knuth/cweb.html
23
24but you do *not* need to install the CWEB tools to build this
25program; a ready-to-compile C program is included.  An annotated
26source code listing is provided in the file base64.pdf, which may
27be read with Acrobat Reader, which is a free download from:
28
29    http://www.adobe.com/products/acrobat/readstep.html
30
31The latest version of this program may be downloaded
32from:
33
34    http://www.fourmilab.ch/webtools/base64/
35
36Please report any bugs or documentation errors to:
37
38    bugs@fourmilab.ch
39