Slashdot Mirror


PKWare Files a Patent Application for Secure .zip

prostoalex writes "The battle of ZIP formats might intensify as PKWare filed an application with USPTO to obtain a patent on its Secure Zip technology, which pretty much involves archiving with strong cryptography. If the patent gets granted, PKWare will license its algorithms for other software manufacturers. A representative of Aladdin Systems summed it up: "The good thing about the .zip file format was that you knew you could send it to everyone. Now that's getting broke.""

58 of 281 comments (clear)

  1. Use PGP by unixwin · · Score: 4, Informative

    zip & use pgp even better use bzip2 and pgp
    secure and compressed

    --
    -- everyones not everybody and neither is everybody like everyone.
    1. Re:Use PGP by Nathan+Ramella · · Score: 5, Interesting

      Doesn't PGP already compress things before it encrypts? (Adds to the difficulty in decyphering it..)

      --
      http://www.remix.net/
    2. Re:Use PGP by Anonymous Coward · · Score: 2, Informative

      The confusion arises because zip does both multi-files and compression, instead of adhering to the unix philosophy of "do just one thing". So let's review the tools we have:

      tar: to combine multiple files
      gzip: to compress one file
      pgp: to encrypt one file

      Of course, we can use them in any other, but the order that makes most sense is: (1)gzip, (2)pgp, (3)tar.

    3. Re:Use PGP by daveq · · Score: 3, Informative
      The reason it encrypts beforehand is that you can't really compress encrypted data. Well encrypted data should appear random.

      PGP's algorithm of choice for compression may not be as cool as yours though, so you may want to use bzip2 anyway for particularly large files.

    4. Re:Use PGP by yintercept · · Score: 4, Funny

      Of course, if this is one of those "we've patented the world" claims, then any program that produces an encrypted file that is smaller than the original would be in violation of the patent.

      There is still room for encryption programs that make files bigger. I've been thinking of making a program that would automatically pad a document with additional legal verbiage and routinely add one billable hour, and see if I could sell it to the legal community.

    5. Re:Use PGP by Ian+Bicking · · Score: 2, Interesting
      Also you can't usefully compress encrypted content -- if you could find compressable patterns in an encrypted message, it wouldn't be very well encrypted, would it?

      A strong encryption process shouldn't need compression for security. But compression can easily improve the speed of the encryption, since if you compress the text that means that much less text to encrypt (and compression is usually a lot faster than encryption).

    6. Re:Use PGP by BHearsum · · Score: 2

      unencrypt $file | bunzip2 -c $file | tar --extract file.foo

      (Yea, I don't know anything about PGP/GPG, shush.)

    7. Re:Use PGP by Anonymous Coward · · Score: 2, Interesting

      It has allways been my impression that the biggest use of PGP is exchanging short messages and documents.

      The main reason I picked 1 gig as an arbitrary number when starting a thread is this: I came up with a backup system that backs up the files on the network I admin. This can create a severe security hazard. For instance I have accounting, HR, and management's files all on the same computer - this would be a jackpot if anyone busted through our firewall and managed to hack the backup server itself - which is moderatly secure.

      So compression is a must where I work because backups are exported to remote locations (via sftp or whatever). But the question is - how do I secure this stuff, and if a user blows up their machine or mor likely wacks a few files, how do I get the file back, and how long does it take until I can give it back. A "secure" zip might not be much faster zipping and may not do as good with compression, but getting one file back is a hell of a lot easier.

      btw, I do essentially just bzip > openssl aes for now

    8. Re:Use PGP by gregbaker · · Score: 2, Insightful
      Also you can't usefully compress encrypted content

      Says who?

      Consider piping your PGP output through this:

      perl -pe "s/(.)/\$1\$1/g"

      Is it compressable? Yes. Less secure? No.

  2. That's fine and all.... by flewp · · Score: 5, Funny

    but I want a secure zipper. So many people are trying to get into my pants it's outrageous.

    --
    WWJD.... for a Klondike bar?
    1. Re:That's fine and all.... by rhombic · · Score: 2, Funny

      Somebody modded this as overrated? Must be on crack. The mere suggestion that anybody's trying to get into the pants of a slashdotter is hilarious (if a bit overused...)

      --
      1984 was supposed to be a warning, not an instruction manual.
  3. Ironic quote from Aladdin Systems by extrarice · · Score: 3, Funny

    [quote]
    A representative of Aladdin Systems summed it up: "The good thing about the .zip file format was that you knew you could send it to everyone. Now that's getting broke."
    [/quote]

    This quote is funny coming from a company that sells a competing compression format (.sit)

    --
    "Jesus saves, but everyone else in a 10 foot radius takes full damage from the fireball."
    1. Re:Ironic quote from Aladdin Systems by Anonymous Coward · · Score: 4, Informative

      I would not consider .sit a competitor to .zip. StuffIt is the .zip for the Mac niche. It's the only archive format out there that is sensitive to Mac OS resource forks. For certain types of Mac files (read: most), putting your data into a zip archive will render them useless. Though reliance on the resource fork is decreasing in Mac OS X.

      Aladdin writes software handles zip files, too. So they DO care about inter-operability. They have a perfectly honest and legitimate interest in this.

    2. Re:Ironic quote from Aladdin Systems by innate · · Score: 5, Informative

      You're partly right. StuffIt was the main compression format until OS X came along, but it's not the only format that preserves resource forks.

      Today you'll mainly see .dmg (disk image) format, which features compression, optional encryption, and preserves resource forks. Also common are .pkg (a compressed installer, which can include files with resource forks) and .tar.gz files (I don't think they preserve resource forks).

      And some folks still use Stuffit .sit files.

      --
      No, I don't want to explore the Recycle Bin.
    3. Re:Ironic quote from Aladdin Systems by _Knots · · Score: 2, Insightful
      It's still damn two-faced, though. They managed to convince legions of Mac users to use a proprietary archiving format (all StuffIt 3.x and later were undocumented), but they placated desire for cross-platform capability with support for all the common PC formats (without Mac features, natch). They also changed the format a lot (in 5.x and again in 7.x), possibly in response to other people reverse engineering it.

      Thus Aladdin took full advantage of the openness of the ZIP format for so long, for compatibility, but used closed formats to keep competitors away for Mac-specific files. It is somewhat ironic, then, that they are complaining about ZIP becoming closed when people have certainly complained in the past about their format being closed.

      --Knots;

      --
      Anarchy$ dd if=/dev/random of=~/.signature bs=120 count=1
  4. Text compression by smeenz · · Score: 5, Funny



    It's good to see Aladdin Systems are demonstrating their lossy text compression technology by saying that the ZIP format is "getting broke" rather than "getting broken"

    </tongue>

  5. 7-zip by fredrikj · · Score: 4, Interesting

    Everybody, start using the (open source) 7-zip instead.

    1. Re:7-zip by pla · · Score: 5, Informative

      Everybody, start using the (open source) 7-zip instead.

      No kidding. It amazes me that a lot more people don't use this - It handles all the major formats (zip, tar, gz, bz2, cab, no "sit", though) better than the "native" program for them does, and hey, open source to boot. And, its "7z" format really does get 10-30% better compression than even bzip2.


      Gotta agree with the other response to you, though - the interface needs MAJOR work. It doesn't "look" bad, but feels very counterintuitive. Hell, if they totally eliminated the psuedo-explorer-esque look and just let me drag-and-drop, I'd consider it perfect.

    2. Re:7-zip by Threni · · Score: 2, Informative

      "Doesn't look like it has any sort of encryption.

      I'll stick to IZArc that can do 256 bit AES."

      So you must have missed:

      http://www.7-zip.org/7z.html

      7-Zip also supports encryption with AES-256 algorithm. This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip uses derivation function based on SHA-256 hash algorithm. A key derivation function produces a derived key from text password defined by user. For increasing the cost of exhaustive search for passwords 7-Zip uses big number of iterations to produce cipher key from text password.

    3. Re:7-zip by shish · · Score: 2, Informative

      A couple of things:

      o) It's windows only, and WINE won't run the main thing
      o) The self extractors it creates *do* run under wine - so if you get a .7z file and you're on linux, do `cat 7z.sfx file.7z > newfile.exe` (7z.sfx being the self-extraction header)
      o) I want a native linux version!

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  6. extensions by exhilaration · · Score: 4, Insightful
    Ideally, a new extension should be used for any format that is incompatible with existing ZIP archives. For example, EZP for encrypted zip, or SZP for secure zip.

    But it's likely that they'll keep using ZIP because of its brand recognition. That's really too bad, but at the same it might frustrate people enough to get them to try another compression format, like BZIP.

    1. Re:extensions by dmeranda · · Score: 4, Insightful

      What's an extension? I use Content-Types like application/x-patented-zip and name all my Zip(TM) files "archive.this.is.not.tar", and when I am forced to use Windows I never see an "extension".

      Seriously, the true value of their intellectual "property" (sic) is that of their trademarked brand name. As an archive format it is pretty uninteresting. Everybody knows what "zip" means. Adding a patent in this area to me seems like a dumb move; another one of those all-to-common desparation moves by a failing company to have the USPTO save it. In the late 1990s companies looked for VC firms to save them from their own shortcomings, today the trendy savior seems to be the USPTO.

      To me this move just screams "Use our patented technology to secure your important files....BTW you must use only our software and we can revoke your rights to use our patent at any time rendering your important files so secure that not even you can read them legally again!" That's enough to keep me from using their format; it's my data and I don't want my access to it to be contingent upon some party outside of my control.

  7. just another example... by Satan's+Librarian · · Score: 5, Interesting
    of a a company going to hell after its founder is gone, it can't innovate anymore, and it starts getting beaten to a pulp by its competitors.

    seems like a familiar story to me.

    1. Re:just another example... by interiot · · Score: 2, Interesting

      Interesting how some dying companies spawn off their stuff as open source, and some put 100% of their efforts on suing others for IP infringement.

    2. Re:just another example... by FattMattP · · Score: 3, Interesting

      Can't innovate anymore? How about can't innovate to start with? Phil Katz took an open-source program, copied it wholesale, rewrote some stuff in assembler, and ignored the original author's license entirely.

      --
      Prevent email address forgery. Publish SPF records for y
  8. Why not GPG? by David+Hume · · Score: 3, Insightful

    zip & use pgp


    Why not zip and then use GPG?

  9. I'll stick to bzip by Aeonsfx · · Score: 3, Insightful

    Hmm, I don't see why this is such a big deal.... bzip pretty much compresses higher than 'em all. That plus, its GNU-free ^_^ zip? I don't really see why encryption was ever a critical feature in the format, (I thought it was a bunch of proprietary schemes to begin with) but I'll continue to use it to send some files.

  10. The next widespread compression by interiot · · Score: 3, Insightful

    The replacement for pkzip should be gzip. Not only is it specified in the open via rfc but it's implemented in internet explorer and friends.

    1. Re:The next widespread compression by Ian+Bicking · · Score: 3, Interesting
      I believe the zip format allows for much faster decryption of individual files inside an archive, compared with tar+gzip -- pkzip keeps an index of all the files in the archive, whereas gzip is content neutral, so you have to decompress to get at the underlying tar file.

      .gz.tar would be something different (a tar with its constituent files gzipped). I know nothing about how efficient tar is about accessing individual files, but I don't believe it's very efficient.

  11. Zip+encryption? by AnotherBlackHat · · Score: 3, Funny

    Gotta wonder how they got that past the examiner.
    "No no, pkzip isn't prior art... the patent only covers the novel idea of using strong encryption"

    -- this is not a .sig

  12. gzip? by mwing · · Score: 2, Interesting

    I think all windows Zip software supports tar and gzip.. Why, oh why do people still compress everything with zip? If they want to compress whatever they want, why not use the open standards?

    Hell, even the "pirates" and "hackers" are using something else (rar, ace).

  13. geek factor by poptones · · Score: 2, Informative
    The geek factor is the prime reason so much great open source software lacks the pentration to usurp proprietary, sometimes patented widgets like this one.

    I use PGP for just about everything (I have a built in "roaming profile" via PGPdisk) but I don't believe it compresses stuff (if it does you sure can't tell it - a 600MB PGPdisk won't hold more than 550MB before it gets so fragged you can hardly use the CD). You can use NTFS and compression, but that's not nearly as efficient as zip and you can't mount ntfs partitions in read only mode from win2k, so NTFS parts on CD are essentially useless. It's easy enough to install, but then you gotta be comfortable with formatting and all that stuff - where does this leave people who think "explorer" is just "how you get the internet?"

    The problem with pgpdisk is it's not pervasive and there doesn't seem to be a well supported fork out from under the thumb of NA. It would be fantastic if there were a lightweight pgpdisk runtime (ie not a 15MB download, with a braindead consumer oriented GUI) available that was supported in the oss community, but I don't know of one.... do you?

  14. PK by semanticgap · · Score: 4, Informative

    For those too young to remember - PK are initials of late Phil Katz, the original author of PKZip, a pretty unusual character. Here's a link about how he died.

    AFAIK the company is now run by his mom pretty much.

    1. Re:PK by nadaou · · Score: 2, Interesting

      It should be noted that Mr. P.K. had some murky IP issues of his own. Basically he did some assembly level editing & optimizing of Thom Henderson's .ARC format and released it as his own, which grew to be .ZIP..
      He basically stole it.

      http://www.esva.net/~thom/philkatz.html


      Any karma really belongs to the person who posted this last time it came up on slashdot, but I thought this should be mentioned at +2.

      --
      ~.~
      I'm a peripheral visionary.
  15. encrypting version of gnu tar by phr2 · · Score: 4, Interesting
    Would an encrypting version of GNU Tar be prior art? I put Blowfish into GNU Tar in the mid 90s and posted to Usenet about it in 1996 and at various other times. I've offered to send out copies and a few people have asked for and gotten them. I'd think that constitutes publication.

    There's also a Usenet thread about encrypting archive programs including some modified Zip programs.

  16. Re:does this bother you? by mackstann · · Score: 2, Funny

    Why is it that EVERY person that points out a spelling or grammar mistake makes one themself?

  17. Some notes about the pkzip encryption. by Anonymous Coward · · Score: 4, Informative

    It's important to note how the strong encryption
    differs from other pkzip crypto methods.
    A zip45 file begins with:

    central file header signature 4 bytes (0x02014b50)
    version made by 2 bytes
    version needed to extract 2 bytes
    general purpose bit flag 2 bytes ... etc ...

    In a zip file, if the GENERAL PURPOSE bit flag is set
    (bit 0 of the 2 byte field) it means the file is encrypted.

    The PKZIP encryption scheme was designed by Roger
    Schalfly, who is evidently the son of the famous
    (1980s anti-women's rights) republican spin mastah
    Phyllis Schlafly. But anyway.

    Each encrypted file has an extra 12 bytes stored at
    the start of the data area defining the encryption
    header for that file. The encryption header is originally
    set to random values, and then itself encrypted, using
    three, 32-bit keys. The key values are initialized using
    the supplied encryption password. After each byte
    is encrypted, the keys are then updated using
    pseudo-random number generation techniques in
    combination with the same CRC-32 algorithm
    used in PKZIP and described elsewhere in this document.

    The following is the basic steps required to decrypt a file:

    1) Initialize the three 32-bit keys with the password.
    2) Read and decrypt the 12-byte encryption header, further
    initializing the encryption keys.
    3) Read and decrypt the compressed data stream using the
    encryption keys.

    For step one, you jack up your karma whorin' by pasting
    the following key sets:

    Key(0) > 24)
    end update_keys

    In step two, often associated with total karma whorin',
    one also (*cough* karma whore) loops through the
    buffer with:
    loop for i > 8
    end decrypt_byte

    After the header is decrypted, the last 1 or 2 bytes in
    Buffer should be the high-order word/byte of the CRC for
    the file being decrypted, stored in Intel low-byte/
    high-byte order. Versions of PKZIP prior to 2.0 used a
    2 byte CRC check; a 1 byte CRC check is used on
    versions after 2.0. This can be used to test if the
    password supplied is correct or not.

    In step 3, we continue to blatantly violate copyright laws
    while whorin' karam with:

    loop until done
    read a character into C
    Temp - C ^ decrypt_byte()
    update_keys(temp)
    output Temp
    end loop

    So that's about it.

    1. Re:Some notes about the pkzip encryption. by Quietust · · Score: 2

      Yeah.
      Might be useful to note that you just described the OLD encryption method used back in PKZIP 2.04g. The method that's already fully described in the publically available PKZIP Application Note.

      The encryption used now is quite a bit different, supporting RC2/RC4-64/128, 3DES-112/168, and AES-128/192/256. Oh, and there's also the business about using a passphrase and/or a list of recipients (dig certs) to encrypt the files. THAT is the strong encryption they're talking about.

      --
      * Q
      P.S. If you don't get this note, let me know and I'll write you another.
  18. OS operating system common formats by gotr00t · · Score: 2, Informative
    Well, there are the main two formats that are common in Linux: tar.gz and tar.bz2

    In both cases, the files are essentially concatinated into a single file by the tape archiver (tar) and then that file is compressed using either the gzip or bzip2 utility. While bzip2 is capable of much better ratios, it takes a lot more processing power, and is not nearly as ubiquitous as gzip is.

    In some older UNIXes and most Linux distros, there is still the zip utility that makes files with the extension .tar.Z . This is an older format, but it is still being used sometimes.

    1. Re:OS operating system common formats by DeeKayWon · · Score: 3, Informative

      No, zip makes zip files. compress makes .Z files.

  19. i thought good cyphertext can't be compressed by kaltkalt · · Score: 2, Interesting

    Just thinking out loud to myself here. I thought good cyphertext is as close to random as possible, and thus can't be compressed. Or can you compress the file first, then encrypt it? I am no expert on this (obviously) so I could be totally pulling this from my ass. Anyone know how this works?

    --

    Stupid people make stupid things profitable.
    1. Re:i thought good cyphertext can't be compressed by Anonymous Coward · · Score: 2, Funny

      I am no expert on this (obviously) so I could be totally pulling this from my ass.

      Expert or not, you should know what's coming out of your ass at all times.

    2. Re:i thought good cyphertext can't be compressed by Ian+Bicking · · Score: 2, Informative

      This is correct. So the secure pkzip involves compression, encryption, and archiving in that order. This is in contrast to tar, where you usually archive first, then compress (with gzip), and then perhaps encrypt the result (though most encryption programs also compress).

  20. If they get a patent... by brianosaurus · · Score: 4, Insightful

    I can't even believe there is any doubt they will receive a patent for this, even if it isn't anything particularly interesting. In fact I'll be presently surprised if the PTO actually recognizes the existance of plenty of prior art. Maybe they don't even need to recognize prior art, just the fact that encrypting a zip file is obvious.

    Its insane that you can patent "Doing something someone already did, but doing it to THIS instead of THAT." I can, perhaps, buy an argument that encryption (like the first time anyone did it) was patentable. Maybe even that different algorithms for encryption could be patentable.

    But once encryption is there, applying encryption to ANYTHING should not be patentable. A zip file is just data. Encrypting it (or encrypting the contents) is not a novel concept.

    So while I would love to see the PTO demonstrate some miniscule amount of clue and reject the patent, I will be very surprised if they actually do.

    --
    blog
  21. What's worth a patent? by jetmarc · · Score: 4, Insightful

    Ok, I know that ZIP is known for notoriously weak security.

    But is it worth a PATENT to now associate the "security" features of ZIP
    with "strong cryptography algorithms"?

    That's like Microsoft filing a patent for a "not crashing OS", as reaction
    to market research reports that show how people are not happy anymore with
    traditional (crashing) MS products.

  22. WinZip Publishes AES Encryption Standard by ---- · · Score: 5, Insightful
    With the WinZip 9.0 Beta announcement there is this little tidbit ...

    "Advanced encryption
    WinZip 9.0 supports 128- and 256-bit key AES encryption, which provide much greater cryptographic security than the traditional Zip 2.0 encryption method used in earlier versions of WinZip.

    WinZip 9.0's advanced encryption (FIPS-197 certified) uses the Rijndael cryptographic algorithm which, in 2001, was specified by the National Institute of Standards and Technology (NIST) in Federal Information Processing Standards (FIPS) Publication 197 as the Advanced Encryption Standard (AES).

    After a three-year competition, the AES was announced by NIST as an approved encryption technique for use by the U.S. government, private businesses, and individuals. When properly implemented as a key component of an overall security protocol, the AES permits a very high degree of cryptographic security, yet is fast and efficient in operation.

    WinZip's AES encryption is just as easy to use as traditional Zip 2.0 encryption: all you have to do is select the encryption strength and specify your password.

    Note: recipients to whom you send AES-encrypted Zip files must have a compatible Zip file utility in order to decrypt the files. At this time, WinZip 9.0 is required. We have, however, published the full specification for creating WinZip-compatible AES-encrypted Zip files, and we expect that other Zip file utility vendors will provide support for the format. "


    Funny, it sounds like either they already reverse engineered the pkware zip encryption, or established their own encryption.

    I wonder how many times users will complain to company xyz (that is using pkware encryption for their products) about their files not working in winzip, before company xyz will drop their pkware proprietary encryption in favor of winzip's published (and functional) encryption.

    /* ---- */
  23. The whole method? by dmeranda · · Score: 2, Funny
    "What we've filed a patent for is the whole method of combining.zip and strong encryption to create a secure.zip file," said Steve Crawford, the chief marketing officer at PKWare.

    Who would patent just half the method?

    I sure hope he didn't mean they're trying to patent the entire concept of encrypting zip files regardless of the algorithm or method. Because I've been encrypting zip files (among many other types) for a decade.

  24. Re:No, that's not the reason by Anonymous Coward · · Score: 3, Informative

    you're both right.. 'encrypted data' doesn't compress well not because it's random, but because it's redundancy is relative to the encryption method and not to specific patterns within text sets, image sets, number sets.. since conventional compression like burrows-wheeler, huffman, gzip, pkzip, etc. are all designed to remove patterns from 'natural' data sets you'll have much poorer compression rates.. but that hardly means the data is not compressible

  25. help, I don't understand by lfourrier · · Score: 4, Interesting

    1. "What we've filed a patent for is the whole method of combining.zip and strong encryption to create a secure.zip file," said Steve Crawford, the chief marketing officer at PKWare. The patent was filed with the Patent Office on July 16, he said.
    2.In May of this year, WinZip developed its own method of strong encryption, which incompatible with the PKWare product.
    3.Crawford believes that WinZip will be a potential licensee. "The basic approach of combining encryption of.zip is covered by the patent, so what WinZip has done, I believe, would be covered by the patent."

    If 3 is true, 2 is clearly prior art. So why patent?

    There is something rotten in IP kingdom.

  26. Re:No, that's not the reason by Anonymous Coward · · Score: 3, Interesting

    I agree. Encrypted data which occupies the same space as the decrypted data should, in principle, be just as compressible as the decrypted data.

    The problem (if it is indeed a problem) is that compressing the data may, in practice, be as hard as decrypting the data.

  27. Threat to encrypted gzip? by SEE · · Score: 4, Informative

    It'd be interesting to see exactly what the scope of the claims are in the patent, since this is a potential threat to encrypted gzip as well.

    How?

    Zip and gzip use the same 'deflate' compression alogrithm. In fact, zlib was based on the Info-Zip code, a free software/open source alternative to pkzip, and the GZip homepage specifically credits Info-Zip as where "all this started", and mentions that the decompression code was based on the code of the major author of Info-Zip. And WinZip's .zip support is another direct derivative of this Info-Zip code.

    So, gzip, zlib, Info-Zip, and WinZip all share common code from common authors implementing the same algorithm. As a result, it would take a very narrowly-tailored patent to allow gzip-and-encryption without allowing Winzip's zip-and-encryption.

  28. I've already got by Apreche · · Score: 2, Funny

    I've already got and had secure zip files for years.

    somestuff.zip.pgp

    whoah! what a concept!

    --
    The GeekNights podcast is going strong. Listen!
  29. If they're smart, it won't break .zip's usefulness by charlesbakerharris · · Score: 4, Insightful
    If they patent the process, the smart thing for them to do would be to release the decoder as a part of their basic freeware utility, then charge for the ability to zip/compress everything.

    That way, you could always still send either an unencrypted or an encrypted zip - you pay for the ability to encrypt them, fine, but you can unencrypt them easily enough no matter where you are or whose winzip you're using.

    It's kinda like Acrobat - anyone can read their files, nobody can create them without buying the utility (blah blah freeware acrobat writers, I know...)

  30. Except Katz didn't innovate that much. by Watts+Martin · · Score: 4, Interesting

    Except that they started out in hell, because their founder ripped off Thom Henderson's ARC to make his original program.

    Back in the BBS days, we were all rallied to support good ol' Phil against the evil Big Company, System Enhancement Associates, who was suing to keep Phil's faster PKARC from eating the original ARC program's lunch. BBS sysops were encouraged to boycott ARC. It worked. It ruined System Enhancement Associates.

    Except the funny thing is, SEA was right. They won the lawsuit because Katz hadn't just reimplemented ARC, he stole their source code. That always gets left out of the retelling, even though the reason ZIP exists as a format is because Katz was ultimately prevented from using the ARC format and compression routine. The reality is also that even then, PKWare was a bigger company than SEA ever was. ARC was a commercial program, but had a very unusual license (for the time) allowing people free access to the source code if they wanted to port it to non-DOS platforms. Katz baldly abused this license and, in the end, got away with it. ZIP did end up with an improved compression scheme which I presume PKWare came up with, although there's some evidence that the all-but-ignored ARC 7 outperformed it. (PKARC was, IIRC, based on ARC 5.)

    Ben Baker has a description of the history of this whole affair at the website of Thom Henderson (ARC's author). Henderson also has his own commentary, which I would describe as "gently acid."

  31. Software patents hurt everyone by JVert · · Score: 3, Insightful

    Software alone should be an exception from patents. Copyrights are ok to protect branding but patenting algorithims is like patenting a shortcut for a daily commute. People built cars and roads to you could use them as you wish. Same thought behind people building hardware and compilers.

  32. Re:PKZIP is irrelevant now, anyway. by acceleriter · · Score: 2, Informative

    It's been awhile, but IIRC, the settlement agreement is under seal, and that's a he-said, she-said affair. Of course, back then, shareware was just about the same as public domain in most people's minds, before the rampant greed associated with it started.

    --

    CEE5210S The signal SIGHUP was received.

  33. A modest proposal by dradler · · Score: 2, Interesting

    This is a copy of something I posted on this subject on comp.compression: Darryl Lovato wrote in message news:... > Both companies appear to be fighting to be the "owner" > of the .zip file format, but IMHO, the day that Phil Katz > released the tech specs to the world, the user community > became the owner of the .zip format. Actually, Phil Katz quite explicitly and intentionally made both the ".zip" extension and the zip format public domain. He also committed to updating the PKZip application note, which describes the format, as the PKZip product evolved. That promise was kept while he was alive. Now however, PKWare appears to want to make parts of the format a trade secret, which as you point out completely undermines what makes the .zip format useful in the first place. In addition to the encryption, they have also declined to document the deflate64 format in their application note, despite at least two revisions of that note since deflate64 was introduced. In this case, it turns out to be not very difficult to reverse engineer the format. However the corporate intent is clear. The corporate intent is also self-destructive. So, now may be the time for the community, in particular the community that reads this newsgroup, to develop an open, scalable cross-platform format that supports archives of directory structures, files, and meta-data, high-quality lossless compression, and high-quality encryption and authentication. "Cross-platform" does not mean "Windows and Mac", but rather as wide a range of platforms as there are contributors. The PNG format effort is in my opinion a good model for this sort of development. (I played a small part in that development.) A difficulty with this concept is that the development of high-quality compression over a wide range of types of data requires a great deal of time, determination, and expertise--perhaps more so than one should expect to achieve in contribution to a free, open-source effort. Therefore I might suggest a compensation scheme where corporate users of the software would be obligated to contribute directly to the authors of the compression/decompression methods that they use. This would encourage the development of better compression methods over time, in whatever dimensions are of interest to the paying users (space, time, specialized models for specific data, etc.). How it would be decided when to add a new method to the official format is left as an exercise for the reader. Also whether or not to accept methods with patented components, licensed for free use, is left for the reader to ponder. In any case, as much thought would probably have to be put into the business and legal model as is put into the format itself. I am posting this idea merely to stimulate discussion. I personally don't have the time or inclination to play a major role in such a development. (My day job is both interesting and time-consuming.) But if a good group is motivated to do so, and can produce on a schedule, I'm thinking on the order of 12 to 18 months, everyone will benefit greatly in the long run. Mark Adler (co-author of Info-ZIP, gzip, and zlib.)