📄 readme.cr
字号:
__________________________________________________________________________ This is the Info-ZIP README.CR for zcrypt23.zip, last updated 9 Aug 94.__________________________________________________________________________The files described below contain the encryption code for Zip 2.0.x andUnZip 5.1x (and later). They constitute only an add-on to the exportableversions (generally named zip201.zip and unzip512.tar.Z) and cannot be used without the complete Zip or UnZip packages.This encryption code is not copyrighted and is put in the public domain.It was originally written in Europe and can be freely distributed fromany country except the U.S.A. If this code is imported into the US, itcannot be re-exported from the US to another country. (This restrictionmight seem curious but this is what US law requires.) However, Phil Katzhas said that he got an export license for his algorithm, so this hassleof separate distribution may cease one day.LIKE ANYTHING ELSE THAT'S FREE, ZIP, UNZIP AND THEIR ASSOCIATED UTILITIES ARE PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL THE AUTHORS BE LIABLE FOR ANY DAMAGESRESULTING FROM THE USE OF THIS SOFTWARE.The encryption code is a direct transcription of the algorithm fromRoger Schlafly, described by Phil Katz in the file appnote.txt. Thisfile is distributed with the PKZIP program (even in the version withoutencryption capabilities). Note that the encryption will probably resistattacks by amateurs if the password is well chosen and long enough (at least 8 characters) but it will probably not resist attacks by experts.Short passwords consisting of lower case letters only can be recovered in a few hours on any workstation. But for casual cryptography designed to keep your mother from reading your mail, it's OK.Zip 2.0 and UnZip 5.1 are compatible with PKZIP 2.04g. (Thanks to PhilKatz for accepting our suggested minor changes to the zipfile format.)IMPORTANT NOTE: Zip archives produced by Zip 2.0 must not be *updated* by Zip 1.1 or PKZIP 1.10 or PKZIP 1.93a, if they contain encrypted members or if they have been produced in a pipe or on a non-seekable device. The old versions of Zip or PKZIP would destroy the zip structure. The old versions can list the contents of the zipfile but cannot extract it anyway (because of the new compression algorithm). If you do not use encryption and use regular disk files, you need not worry about this problem.Contents: file what it is ---- ---------- README.CR this file Where where Zip/UnZip and related utilities can be found crypt.c code for encryption and decryption (for Zip and UnZip) crypt.h code for encryption and decryption (for Zip and UnZip) zipcloak.c main routine for ZipCloak (requires Zip sources) file_id.diz description file for some BBSesAll of the files are in Unix (LF only) format. On MSDOS systems, youcan use the -a option of UnZip to convert the source files to CRLFformat. This is only necessary if you wish to edit the files -- theywill compile as is with Microsoft C and Turbo/Borland C++ 1.0 orlater. However, you will have to convert the files (using "unzip -a")to the CRLF format to compile with the older Turbo C 1.0 or 2.0. Youshould be able to find Zip and UnZip in the same place you found this (see the file "Where" for details).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -