readme

来自「base64编码」· 代码 · 共 39 行

TXT
39
字号
                             B A S E 6 4               by John Walker (http://www.fourmilab.ch/)                             Version 1.3                            February 2001BASE64 is a simple command-line filter which encodes and decodesbinary files in Base64 encoding as defined in RFC 1341.  Fordetails on operation of the program, please consult the manualpage "base64.1" or its HTML equivalent "index.html" included inthis distribution.For information on how to build and install the program, seethe INSTALL file.  Win32 users may, if they wish, use theready-to-run base64.exe file included in the archive.  Sourcecode for this program is written in the CWEB "Literate Programming"language in which C source code and TeX internal documentationare maintained in a single base64.w file.  CWEB programming toolsmay be downloaded from:    http://www-cs-faculty.stanford.edu/~knuth/cweb.htmlbut you do *not* need to install the CWEB tools to build thisprogram; a ready-to-compile C program is included.  An annotatedsource code listing is provided in the file base64.pdf, which maybe read with Acrobat Reader, which is a free download from:    http://www.adobe.com/products/acrobat/readstep.htmlThe latest version of this program may be downloadedfrom:    http://www.fourmilab.ch/webtools/base64/Please report any bugs or documentation errors to:    bugs@fourmilab.ch

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?