I need to compress multiple files into a single archive using Delphi. I’d prefer to use freeware components or open-source components because I am very very cheap 🙂
My primary requirements are:
- Possible to encrypt the archive
- Can create common archives that can be opened by anyone with a copy of WinZip
Does anyone have suggestions with components that they have used? Please feel free to suggest free as well as commercial components/libraries.
Perhaps DelphiZip is what you are looking for, it seems to support encryption, too, and is WinZip compatible. It is released under LGPL.