home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / compress / 4484 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!stanford.edu!nntp.Stanford.EDU!kocherp
  3. From: kocherp@leland.Stanford.EDU (Paul Carl Kocher)
  4. Subject: Re: pkzip 2.04c / unzip v5.0 compatibility
  5. Message-ID: <1993Jan8.224724.23801@leland.Stanford.EDU>
  6. Keywords: passwords problem.
  7. Sender: news@leland.Stanford.EDU (Mr News)
  8. Organization: DSG, Stanford University, CA 94305, USA
  9. References: <19342@mindlink.bc.ca> <1iierpINNk9f@gap.caltech.edu> <1993Jan8.130724.21237@julian.uwo.ca>
  10. Date: Fri, 8 Jan 93 22:47:24 GMT
  11. Lines: 16
  12.  
  13. In article <1993Jan8.130724.21237@julian.uwo.ca> brianb@julian.uwo.ca (Brian Borowski) writes:
  14. >If I zip up a file with pkzip 204c with password encryption,
  15. >I find that unzip 5.0 cannot unzip such a file.  It asks for
  16. >the password, but will not undo the file.
  17. >
  18. >Has anyone else observed this behaviour?  If I am not doing something
  19. >right, let me know please.
  20.  
  21. The encryption algorithm seems to be implemented differently in the
  22. new pkzip, but the change shouldn't be hard to add to Info-Zip --
  23. instead of having two bytes of the crc32 at the end of the encryption
  24. header, the final byte of this header is a zero.  (The others are
  25. pseudorandom.)
  26.  
  27. -- Paul Kocher
  28. kocherp@leland.stanford.edu
  29.