⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.cr

📁 从老师那下的压缩机俄压缩程序
💻 CR
字号:
_____________________________________________________________________________  This is Info-ZIP's README.CR for zcrypt29.zip, last updated 22 April 2000._____________________________________________________________________________The files described below contain the encryption/decryption code for Zip 2.3,UnZip 5.4, and WiZ 5.0 (and later).  They constitute only an add-on to whatused to be referred to as the "exportable versions" (generally named zip23.zip,unzip540.tar.Z, and wiz500.zip) and cannot be used without the complete Zip,UnZip, or WiZ packages.  Newer versions of the packages, such as UnZip 5.41and WiZ 5.01, already include the full encryption/decryption source code; forother packages, check the comments at the top of crypt.c and crypt.h to see.As of version 2.9, this encryption source code is copyrighted by Info-ZIP;see the enclosed LICENSE file for details.  Older versions remain in the pub-lic domain.  Zcrypt was originally written in Europe and, as of April 2000,can be freely distributed from the US as well as other countries.  (Theability to export from the US is new and is due to a change in the Bureauof Export Administration's regulations, as published in Volume 65, Number10, of the Federal Register [14 January 2000].  Info-ZIP filed the requirednotification via e-mail on 9 April 2000; see the USexport.msg file in thisarchive.  Note that the exemption covers only source code, not compiledbinaries.)    LIKE ANYTHING ELSE THAT IS 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 DAMAGES RESULTING 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.Paul Kocher has made available information concerning a known-plaintextattack for the PKWARE encryption scheme; see http://www.cryptography.com/for details.)  Short passwords consisting of lowercase letters only can berecovered in a few hours on any workstation.  But for casual cryptographydesigned to keep your mother from reading your mail, it's OK.For more serious encryption, check into PGP (Pretty Good Privacy), apublic-key-based encryption system available from various Internet sites.PGP has Zip and UnZip built into it.  The most recent version at the timethis was written was 6.5, although older versions are still widespread.Zip 2.3x and UnZip 5.4x 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 or later 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 compress regular disk files, you need not worry about  this problem.Contents:  file           what it is  ----           ----------  README.CR      this file  LICENSE        Info-ZIP license (terms of reuse and redistribution)  USexport.msg   export notice sent to US Bureau of Export Administration  WHERE          where Zip/UnZip/WiZ and related utilities can be found  crypt.c        code for encryption and decryption  crypt.h        code for encryption and decryption  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 ftp://ftp.info-zip.org/pub/infozip/Info-ZIP.html or the file"WHERE" for details).To use the zcrypt sources:  (1) Get the main sources (e.g., Zip 2.3) and unpack into a working      directory, as usual.  (2) Overwrite the dummy crypt.c and crypt.h from the main sources with       the versions from this package.  If you want to overwrite directly      out of the zcrypt29 archive, do not use UnZip's freshen/updating      option; the dummy files may be newer than the real sources in      zcrypt29.  ("unzip -o zcrypt29 -d /your/working/dir" will do the      Right Thing in most cases, although it may overwrite a newer WHERE      file under some circumstances.)  (3) Read the main INSTALL document and compile normally!  No makefile      changes are necessary on account of the zcrypt sources.  You can      check that the version you just compiled has encryption or decryption      support enabled by typing "zip -v" or "unzip -v" and verifying that      the last "special compilation option" says encryption or decryption      is included.Encryption enables new "-e" and "-P password" options in Zip, and a new"-P password" option in UnZip--see the normal Zip and UnZip documentationfor details.  (Note that passing a plaintext password on the command lineis potentially much more insecure than being prompted for it interactively,which is the default for UnZip and for Zip with "-e".  Also note that theinteractive method allows UnZip to deal with archives that use differentpasswords for different files.)

⌨️ 快捷键说明

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