home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / komprese / zip / DELZIP12.ZIP / DOC.ZIP / ENCRYPT.TXT < prev    next >
Text File  |  1997-09-28  |  1KB  |  39 lines

  1.  
  2.             Encryption/Decryption for ZIP/UNZIP
  3.  
  4.  
  5. I have recently learned that pkzip style encryption is not 
  6. covered in the restrictive US laws regarding the export of
  7. encryption software.  This is due to the simple algorithm
  8. used in pkzip.
  9.  
  10. Although the pkzip algorithm is much simpler than DES 40
  11. bit encryption (which is also legal to export), I have
  12. found it to be effective to meet normal personal
  13. encryption requirements.
  14.  
  15. It certainly won't withstand an attack by an experienced 
  16. cryptographer, but typical "hackers" can not break the
  17. encryption in a short amount of time (if you use a 
  18. well-chosen password).  I have not found a "quick
  19. crack" program to break pkzip encryption.  Of course, 
  20. one may come up in the future, but for now this format
  21. is safe.
  22.  
  23.  
  24. Send me your e-mail.  What do you think?
  25.  
  26.  1) Please add pkzip encryption/decryption
  27.  2) Give me the pkzip format, AND a different format
  28.     that is unique to Delphi Zip (less popular
  29.     encryption formats are less likely to be attacked
  30.     by "hackers")
  31.  3) Don't bother with the pkzip format.  Just give
  32.     me a unique format.
  33.  4) Don't bother at all. If I want security, I'll go
  34.     with a much better encryption scheme.
  35.  
  36.  
  37. Eric W. Engler
  38. englere@swcp.com
  39.