Slashdot Mirror


.ZIP Standard to Fragment?

fudgefactor7 writes "As IDG.NET tells us, the venerable .ZIP compression standard is about to undergo a bit of a schism. PKWare and WinZip, the "big two" in the .ZIP format biz are (unfortunately) going to be making their respective releases incompatible (to an extent) and an archive made with one may not be accessible from another. The problem lies with PKWare not giving information to WinZip, thus making WinZip to go it alone."

63 of 627 comments (clear)

  1. More importantly.. by grub · · Score: 5, Interesting


    What will my unix *zip programs be compatible with?

    --
    Trolling is a art,
    1. Re:More importantly.. by jat850 · · Score: 5, Informative

      Should be compatible with all of them:

      Neither PKWare nor WinZip encrypt archived files by default. This means the vast majority of .zip files will probably continue to adhere to the old, universal format for the foreseeable future.

      So it sounds like the only change is in the encryption methods used in each program.

      --
      the blood has stopped pumping, and he's left to decay
      the me that you know is now made up of wires
    2. Re:More importantly.. by kindbud · · Score: 4, Funny

      What will my unix *zip programs be compatible with?

      Zip.

      --
      Edith Keeler Must Die
    3. Re:More importantly.. by holt · · Score: 4, Funny

      Wait... is "usaly" the bzip2 compressed version of usually?

    4. Re:More importantly.. by haystor · · Score: 4, Funny

      ys

      --
      t
    5. Re:More importantly.. by archen · · Score: 3, Interesting

      "encryption" regarding Winzip is practically a joke. Just look up information on how to password crack a zip archive and typically they talk about how Winzip left "hooks" which makes breaking the encryption far faster. I've actually seen quite a few articles on encryption, citing Winzip's implementation as an example of how to botch encryption.

      On the other hand PKWare's method isn't so great either. I've generally gone to using IZArc which can encrypt files using 256bit AES.

    6. Re:More importantly.. by artemis67 · · Score: 4, Insightful

      What will my unix *zip programs be compatible with?

      If PKWare suddenly closes their format, and if WinZip keeps theirs open, then it looks like WinZip will win by default.

      It seems that we've been down this road countless times before. The way to win marketshare in the tech sector is to keep things open and allow other companies to champion your standard for you.

    7. Re:More importantly.. by mcg1969 · · Score: 5, Informative

      We're not talking about the old password encryption methods; we're talking about the new AES-based encryption methods implemen ted in WinZip 9 and PKZip.

    8. Re:More importantly.. by cakoose · · Score: 3, Informative

      I think that ZIP is more like .bz2.tar instead of .tar.bz2. This means that you can extract individual files without decompressing the whole archive. This is probably why Sun went with ZIP for JAR files (because it's convenient to get at some .class files without unzipping the whole thing).

      This difference is also probably why .tar.gz and .tar.bz2 are usually smaller than ZIP archives. I don't think ZIP runs different files together so it can't take advantage of longer streams.

  2. Splitting Those ZIPs by Ken@WearableTech · · Score: 5, Informative

    The post was a little hyped. PKWare and WinZip only split on the encryption of the Zip file. I for one have long since encrypted Zip files with PGP when I needed that security. Zip encryption has always been a joke, and I doubt that too many are going to replace what ever trusted methods they have come up with for PKWare or WinZip's new method.

    It is too bad that they split, but I use Zip files for compression not encryption. The compression is still cross-compatible, so life will go on.

    1. Re:Splitting Those ZIPs by grub · · Score: 4, Informative


      I for one have long since encrypted Zip files with PGP when I needed that security

      PGP zips files before encrypting them. At least older versions did. See this page

      --
      Trolling is a art,
    2. Re:Splitting Those ZIPs by Surak · · Score: 5, Informative

      WinZip and PKZip are ALREADY incompatible in some areas.

      From Pkware's web store:
      # Virtually Unlimited .ZIP File Size allows for .ZIP files exceeding 4-gigabyte archive limitation of other .ZIP products; create archives in excess of a terabyte in size!
      # More Files-per-archive allows a practically unlimited number of files files per .ZIP file â" greatly exceeding the 65,535 compressed files limit of other .ZIP products.


      These two limitations used to appear in old versions of PKZip (2.04G and earlier), and still appear in the open-source (BSD license) Info-ZIP utilities, upon which WinZip is based. Thus for large zip files, WinZip and PKZip are already incompatible (i.e., WinZip doesn't support anything larger than 4GB, and supports a max of 65,535 files inside a Zip file -- WinZip will NOT read these files). I think there's also a mention of new compression methods not supported by WinZip as well, but I couldn't seem find it again.

    3. Re:Splitting Those ZIPs by agentZ · · Score: 5, Informative

      They are still out there, thanks to Skylarov's old company. Elcomsoft makes an Advanced Zip Password Recovery tool.

    4. Re:Splitting Those ZIPs by Anonymous Coward · · Score: 4, Funny

      anybody hitting those limits is a lamer or a file sharing pirate, probably both. kids these days. thank god for the mpaa and the riaa.

    5. Re:Splitting Those ZIPs by WD · · Score: 4, Informative

      Yeah, but don't forget one of the main advantages of using zip... It'll join multiple files into one archive.

    6. Re:Splitting Those ZIPs by Surak · · Score: 5, Informative

      Um, I've hit those limits before and I am neither. I've had to move *large* amounts of CAD data over FTP, and ZIPping or tarballing all the files down is the only practical way. Tarballing is fine until some you have to send it to some lame Windows user who complains he can't open it because WinZip insists on ungzipping a tarball to a tar file in a temporary directory first, rather than streaming it as happens on *nix with 'gzip -dc foo.tar.gz | tar xvf -'

    7. Re:Splitting Those ZIPs by larry+bagina · · Score: 5, Interesting
      maybe it's the tar.gz format that's lame. If you there's a gzipped tarball of 1,000 files, and you want to extract only the last one, you have to wait for the entire file to decompress.


      That may be the unix way, but it's not the efficient way.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    8. Re:Splitting Those ZIPs by Phantasmo · · Score: 4, Informative

      Yup, still does. It uses code from Info-ZIP (so GPG probably uses zlib, same thing) to compress the file before encrypting: a compressed file is, in theory, non-repetitive data and is therefore less crack-able.

      So, try tar or compress-less zip to package up a bunch of files and then encrypt with PGP/GPG.

      --

      The US Army: promoting democracy through unquestioned obedience
    9. Re:Splitting Those ZIPs by timeOday · · Score: 4, Funny

      Yeah, that's what the .gz.tar format is for.

  3. *sigh* by Vengeance · · Score: 3, Funny

    boys, boys, boys... Let's all stop the fussin' and a feudin'

    I LOVE you Winzip!
    I LOVE you, PKZip!

    *hugs all around*

    There, isn't that better?

    --
    It was a joke! When you give me that look it was a joke.
    1. Re:*sigh* by Alizarin+Erythrosin · · Score: 5, Funny

      Pretty funny coming from a guy named Vengeance...

      --
      There are only 10 kinds of people in this world... those who understand binary and those who don't
  4. Depends on how they handle it by StillAnonymous · · Score: 4, Interesting

    I'm hoping that WinZip changes the file extension for their new format to make it clear to anyone who gets ahold of such a file that it is not a standard Zip file.

    And how much time will it be before someone just writes a program that handles both formats natively? RAR, ACE, and all the other compressors already do handle Zip file just fine.

    1. Re:Depends on how they handle it by H0ek · · Score: 5, Funny

      Hey, perhaps they can use the extension .WIP

      Seems to accurately reflect the idea that WinZip is still a Work In Progress, eh?

      --
      H0ek
      Think you're smart? Prove you've got brains!
  5. How annoying! by Junior+J.+Junior+III · · Score: 4, Funny

    Oh well, I guess I'll just have to keep using WinRAR.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  6. Zip encryption's pretty useless, anyhow. by Skyshadow · · Score: 4, Insightful
    While this is a Bad Thing from an open-standards standpoint, does anyone actually use the security features on zip? I'd think anyone concerned enough to protect their archives would want to use a serious encryption format.

    So, if a fork occurs in a feature which nobody uses, does it make a sound?

    --
    Every year during my review, I just pray the words "slashdot.org" aren't mentioned.
    1. Re:Zip encryption's pretty useless, anyhow. by CharlieG · · Score: 4, Interesting

      yep, and for a stupid reason

      The company firewall will not allow certain kinds of files though (read things like source code and exes) - fair enough, but even if you zip the file, the block it. This not only occurs through the firewall, but inside the company too. So when we want to send a file, we zip with encryption. They can't open it to see what is inside, so they let it through

      --
      -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
  7. Not that serious by Chris_Jefferson · · Score: 3, Insightful

    This is only related to the encryption. Those of us who have been using winzip for a long time will remember that winzip never used to handle multiple part zips, so if you wanted to handle them you had to point winzip at a "real" pkzip. I will be very suprised if the same system doesn't occur here. Also who is going to use zip's build in encryption anyway?

    --
    Combination - fun iPhone puzzling
  8. PKWare vs. WinZip? by micromoog · · Score: 4, Insightful

    Goodbye PKWare.

  9. Does it really matter? by jdhutchins · · Score: 5, Interesting

    How much does this really matter? First of all, I bet most people are still using their unregestered shareware winzip from ages ago. Most people know that the zip encryption is pretty much worthless, so they don't bother. The people who want an encrypted zip file are probably going to encrypt it with a quality encryption program, such as gpg or pgp, AFTER they have it zipped. The person on the other end unencrypts it and then opens it. I know the article said "95% of the time it'll work", but I bet it will be more like "It'll work 99.9999% of the time".
    Also, the basic format isn't changing. It's just the encryption part, so zip files will still be usuable by nearly everyone.

    1. Re:Does it really matter? by Darth+Fredd · · Score: 3, Insightful

      Ah! Somone understands.

      I use the "trial" version of Winzip (You've been using this for 683 days! This isn't free!) and since I *never* compress and I only uncompress when I download a new Quake/HL mod, its no biggie which utility I use.

      I think this entire thing is getting blown *way* out of perspective. At risk of being repetetetive and a noing:

      Who gives a crap about zip encryption?

      --
      "The most looniest, zaniest, spontaneous, sporadic Impulsive thinker, compulsive drinker, addict"
  10. best Winzip feature by Mantorp · · Score: 5, Funny

    switching the locations of the I accept and Quit buttons every time you open it.

  11. Phil Katz .. the most depressing guy ever by Saint+Stephen · · Score: 4, Interesting

    http://www.jsonline.com/news/State/may00/katz21052 000a.asp

    1. Re:Phil Katz .. the most depressing guy ever by Mr_Silver · · Score: 3, Funny
      From http://www.jsonline.com/news/State/may00/katz21052 000a.asp:

      The genius who built a multimillion-dollar software company known worldwide for its pioneering "zip" files had died of acute pancreatic bleeding caused by chronic alcoholism.

      Bizarre, I get pancreatic bleeding whenever I read any of John Katz's old articles.

      Wonder if they are related.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
  12. Your joking!?!? by altp · · Score: 5, Funny

    What? you mean there's competing closed source applications on windows that break compatibility with each other.

    Surely, you jest.

    Altp.

  13. D - M - C - A by siskbc · · Score: 5, Funny
    What about reverse engineering? If hordes of *nix programmers can do it why can't Winzip do it? Legal issues? ...?

    Can I get a D?!?!
    D!!!
    Can I get an M?!?!
    M!!!
    Can I get a C?!?!
    C!!!
    Can I get an A?!?!
    A!!!

    What's that spell!?!?
    Tyranny!
    What's that spell!?!?
    Bunch of assholes in Congress!
    What's that spell!?!?
    Lack of Innovation!

    Dunno if either side would be big enough assholes to try it, but why couldn't you use DMCA there?

    --

    -Looking for a job as a materials chemist or multivariat

  14. PKWare. Hmmm. Seems to me I've heard about that. by AWhistler · · Score: 3, Interesting

    I used to know a PKWare. Let's see. I think the last time I used it was back in Win31 days! Until now I didn't care much about which one I would use. Now that they are diverging, it appears that WinZip will be the one I use since I can find it more readily than PKWare. Besides, I seem to remember a while back something about PKWare ceasing to be. Guess I was wrong.

    Also, since WinZip is compatible with .tar.gz files, I'll stick with it. So in effect, instead of not caring, I just have to care enough to make a mental note to only remember WinZip and forget PKWare. And if I run across a PKWare-only file, either I'll have to trash it or download a trial PKWare long enough to convert the file, and then discard it.

  15. PGP as the new competitor by Slime-dogg · · Score: 5, Insightful

    It seems as if PKWare and Winzip are moving into the realm that is dominated by PGP and the GNU variant. PGP compresses the data when it encrypts it, so that need was taken care of already. I wouldn't use either Winzip or PKZip to send an encrypted zip file, because PGP is more universally known, and can give you 2048 bit encryption.

    AFAIK, the actual zip standard hasn't changed, which means that you'll be able to open zip files with either program (or the WinXP shell... heh). That's what I see most zip files being used for anyway... Windows based shareware / freeware. Stuff where encryption is not necessary.

    The venerable tar.gz and tar.bz2 formats, thankfully, will not be dictated by stupid companies. :-)

    --
    You need to restart your computer. Hold down the Power button for several seconds or press the Restart button.
  16. Re:non issue .. by afidel · · Score: 4, Informative

    you would think so from the article, but reality so far has shown differently. I have already run into two instances where someone using the beta copy of winzip9 used the new format by accident and those people using pkware or xp's built in zip readers could not read the file because of some header issue or something like that. Once they rezipped the file with the winzip8 option (aparantly that's what they did as both posts said something to that effect) no one had a problem reading the file. I hope that whatever issue is causing this is removed before the release version.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  17. Who the hell are PKWare? by Phreakiture · · Score: 4, Insightful

    Yes, I do know the answer to that, and so do most of you, but the hordes of Windows users out there do not.

    What will happen is that the WinZip will win this feud, simply because it is what people use.

    ...and since the problem stems from PK not sharing information, UNIX zip implementations will likely behave in the same manner as WinZip.

    --
    www.wavefront-av.com
  18. Does it really matter... by Suicide · · Score: 4, Interesting

    Microsoft bashing aside for the moment, since Windows XP has built in support for .zip files, does this even matter? Your average windows user doesn't use encryption, and those in the know, use better formats of security.

  19. Just use WinRAR. by BoomerSooner · · Score: 4, Interesting

    It does ZIP, ACE, RAR, ...
    tar zxvf
    gzip

    What else exists?

    Oh yea I forgot .sit (I love the fact that OS X has tar.gz built in) Hell I never send Mac friends .sit files. tar.gz all the way baby!

  20. PKWare is hosed. by fmaxwell · · Score: 5, Interesting

    Frankly, with the popularity of Winzip, PKWare is making a grave error. PKZip, while perfectly good, is running a distant second in popularity based on my observations. Making their product produce incompatible ZIP files is a sure way of eroding their market share even further.

    You do that sort of thing when you are the industry leader. This would be like Corel deciding that they were going to set a new standard for .DOC files that Microsoft would not be able to read. The result would be that Corel would lose their remaining six users of their word processor.

  21. Try something new by TheNumberSix · · Score: 5, Informative

    Perhaps if you find Winzip annoying, you might like to try a nice OSS alternative zip program without annoying nag screens?

    I like 7-zip, it's free, has a context menu, supports tar.gz (which the native WinXP unzipper doesn't do) and it's light-weight.

    --
    Never confuse feeling with thinking.
  22. Remember these? by wumarkus420 · · Score: 4, Funny

    I vote we go back to LZH, ARJ, or ARC

    I miss the BBS days where you needed about 10 compression programs.

  23. PKWare is dead, too by Schnapple · · Score: 5, Insightful
    The problem lies with PKWare not giving information to WinZip, thus making WinZip to go it alone
    Well then there's probably not going to be much of a problem, given that almost no one uses PKZip anymore. I'm young here but IIRC, everyone in the world used pkzip/pkunzip in the good old DOS days, but then when Windows started to rise, people started looking for a graphical frontend to it, and WinZip pretty much took the lead. I don't recall if WinZip was just a frontend in those days but before long it had integrated ZIP support.

    Also, memory serves that Philip W. Katz, the late founder of PKWare, worked with IDC to make the ZIP file format public domain, both because it wasn't entirely original to either organization, and also because it would never take off were it not. So here then we have PKWare, in the wake of the death of Katz, trying to "pull a Microsoft" and make their version incompatible with others in the hopes that more people will use their version. For that matter, I think PKWare's main claim to fame for years now has been that they were "the first".

    However this has the potential to backfire. PKWare may be trying to "pull a Microsoft" but they are not Microsoft and so now they're in the position where their product now creates the incompatible file. A file made with PKZip may not work with others, a file made with WinZip almost definitely will.

  24. Aww great.. by TeknoHog · · Score: 5, Funny

    People who break compression standards should be tarred and gzipped... I mean feathered.

    --
    Escher was the first MC and Giger invented the HR department.
  25. They're hardly zip files by maggard · · Score: 5, Informative
    First off the issue isn't the compression, it's encryption. Thus the problem isn't a new one, it's been around since the first extension of zip to involve other sorts of mangling. No standard zip library can read those, it's just that the big two commercial vendors have 'til now kept compatibility with each-other's encryption routines.

    The unfortunate part is that this is even being called "zip" at all. These aren't, they're zip with proprietary extensions for a completely different purpose. Zip is being used as a brand name and being "embraced and extended". Truth be told these should now be called zep or something files, not misrepresented as simply zip compressed files.

    What will this all break? Well for the suckers who use the encryption they're locking themselves into that one vendor's proprietary extensions. They won't be able to send their compressed files or archives and reliably assume they'll be readable. With zip now a standard part of many OS's (even WinXP now includes it) these mislabeled files will cause confusion and increased complexity.

    What can folks do about this? First reconsider corporate licenses for these increasingly un-zip applications. No need to increase the Help Desk's burden with unnecessary/non-standard extensions. Send out a memo reminding folks about policies regarding encrypting company material, the management of the keys used, and the real quality of the encryption used. Look at the free alternatives to the commercial apps, there's little that these applications do that can't be done just as well with free tools.

    Zip's value lies in it being a standard. Don't support inappropriate proprietary extensions to it.

    --
    I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
  26. Winzip's "standard" will win by default by The+Kryptonian · · Score: 5, Insightful

    Most zip files, sorry to say, are made with WinZip now, so all that PKWare's reticence has accomplished is the balkanization of their own product.

  27. Open Standards by nuggz · · Score: 4, Interesting

    Maybe we should just use formats based on open standards. Then the actual software people use is irrelevant.

  28. hmm by Suppafly · · Score: 4, Funny

    luckily, most people stopped using pkware when they stopped using dos, so this doesn't present a problem.

  29. Re:W - R - O - N - G by shaitand · · Score: 5, Insightful

    Actually the DMCA does NOT allow reverse engineering of security mechanisms... like oh... pkware Encryption algorithms...

  30. Zips and Zips and Zips by cshark · · Score: 5, Informative

    That's a real shame. I thought the zip specification was open to anyone who wanted to use it? I stopped using Zips about three months ago in favor of the 7zip format. 7zips are smaller and more secure. The best part about 7z's is that it's an open source format. Fully documented, and entirely free. They also tend to be a lot smaller than standard .zip archives. Just an opinion.

    --

    This signature has Super Cow Powers

  31. As I am sure by Mensa+Babe · · Score: 3, Interesting

    many of you have already mentioned, I personally would rather stick with .tar.gz and .tar.bz2, while not touching the .zip so called "standard" with a mile long stick. If (by which I mean IF) this .zip thing was a standard, it would not be going to "fragment," period. I think everyone will agree with me. Gzip is a standard. Bzip2 is a standard. Tar is a standard. Zip is NOT a standard. And I see absolutely no reason to use slower, compression-ratio-wise poorer, proprietary, as well as otherwise inferior "standard" (notice the quote marks), when we have real standards available. I frankly agree with most of people about this subject. It's a good thing, that this news has been posted on Slashdot.

    --
    Karma: Positive (probably because of superiour intellect)
  32. You know what I find funny about all this? by xQuarkDS9x · · Score: 5, Interesting

    What I find funny is that PKWARE will basically die off from this, no one I know from the workplace, friends, or even home users use anything PKWARE related. They all use Winzip or another windows tool. Hell it's been 10 year's since I even used PKZIP from PKWARE, and back then I was on a 486 machine with DOS 5.

    It's also funny how people are still using a archiving format thats been around since 1988 at least, it's OLD and compresses like crap. Especially when there are SUPERIOR and much better compression formats out there such as

    ARJ
    JAR
    RAR
    UC2
    ACE

    All of these formats compress better then ZIP, yet you are hard pressed to find ARJ/ACE/JAR/UC2 files on the net, RAR files you may find here and there.

    --
    You must master your joystick like a fisherman masters bait! - Gimpy
  33. Re:W - R - O - N - G by shaitand · · Score: 4, Interesting

    you mean like DeCSS lets users decrypt and watch dvd's in the roughly the same manner the licensed technology does?

  34. Re:W - R - O - N - G by mcg1969 · · Score: 3, Interesting

    Ah, there is a big difference between this and DeCSS.

    The CSS encryption standard was well known, so one could easily write a functioning DeCSS program without violating the DMCA---with one significant exception: the encryption keys were not made public. Reverse engineering was used to retrieve those keys and thereby make DeCSS a functioning program.

    With PKZip, the encryption method is not known and must be reverse-engineered, but the encryption keys are externally supplied by the user. Therefore, you aren't circumventing any copy protection by reverse-engineering PKZip's protection, because you still can't "break" the copy protection of any ZIP file whose key you do not know.

  35. And the winner is... by Merlin_ · · Score: 4, Insightful

    Whichever one is embedded into Windows XP.

    --

    Remembering your name in the morning is already a good start...
  36. Depends on dumping. by twitter · · Score: 3, Insightful
    So, if a fork occurs in a feature which nobody uses, does it make a sound?

    It does when the company in question starts dumping product and people start using it. Just let them promote the useless feature and wait for the ass pains to set in. If they are dumping a "client" ala Adobe PDF, people can say, "Don't complain, the client is free." Ugh, at least Adobe released file specs.

    If a company decides to go 20 years retro and create a new non free file format, that's just one more dumb format to get in the way. You would hope that people knew better by now, but they don't. Witness the growing popularity of M$.DOC, the dumbest way to exchange text ever.

    --

    Friends don't help friends install M$ junk.

  37. Why tar/gz and tar/bz2 suck, compared with zip by dangermouse · · Score: 4, Interesting
    I'm a *nix user, and I've been using zip over tar as much as possible for years now. Why? Two words: RANDOM ACCESS.

    You can stick with the tape archiver if you want. You'll have the pleasure of waiting for your massive single file to finish decompressing, so you can then sequentially search the resulting decompressed archive for the files you actually wanted.

    In the meantime, I'll be plucking decompressed files right out of the middle of my zip archives, in a fraction of the time.

    Incidentally, if you're so anal about your compression ratio, why not compress with a good compressor (like bzip2) and archive with a good archiver (like zip)?

  38. The joke's on them... by poptones · · Score: 4, Informative

    If you look at the volume of archives posted to usenet (and elsewhere) it's pretty obvious that both these are simply trying to catch up to RAR. The only thing I use winzip for now is opening windows CAB files. And I'm pretty sure winrar does that, now, too.

  39. Against the ZIP format's origins - Zip history 101 by tbuskey · · Score: 3, Interesting

    *sigh* computer people don't know history.

    Back in the DOS days (1986?) there was a format called ARC used by the program arc. Everyone used it on the BBSes. Phil Katz came up with his own programs, pkarc and pkxarc. One created, one extracted. He added a new compression scheme and his apps were *much* faster.

    BBSes converted. When everyone is on 8088s and 2400 baud, every bit and cpu cycle counts.

    arc sued PK and won. PK had some arc code in pkarc/pkxarc or something. PK vowed neither he nor anyone else would be in that position and released the zip format.

    At the time, there was zoo, lha also competing. zoo was cross platform (DOS, Unix, VMS). lha was small and fast, producing small archives. zip aimed to be both.

    BBSes converted overnight. The arc format disappeared. Other formats persisted for awhile, but zip stayed mainstream.

    It's sad that PKware is on the other side of this...

  40. Even More Importantly.. by aphor · · Score: 4, Insightful

    If you use GnuPG(GPG) or PGP to encrypt your files, you get compression too. There is absolutely NO reason to use a nonstandard compression utility to do low quality encryption.

    --
    --- Nothing clever here: move along now...
  41. Nico Mak?! by leshert · · Score: 3, Funny

    I've used WinZip, and it's nice and all, but I just have a hard time using a product from a company with that name (third entry from the top).