Recent

Author Topic: Seeking a decompression control that can be used under Lazarus  (Read 563 times)

dodgex

  • New Member
  • *
  • Posts: 20
Seeking a decompression control that supports password setting and UTF8
« Last Edit: March 29, 2026, 02:57:06 pm by dodgex »

jamie

  • Hero Member
  • *****
  • Posts: 7763
Re: Seeking a decompression control that can be used under Lazarus
« Reply #1 on: March 29, 2026, 03:17:21 pm »
TZipper and TUnzipper supports UTF8

but it does not support Password however, you can create your own subclass to support password, and this means you need to do it both ways; the compression needs to encrypt the file via the password as the key and the uncompression needs to ask or have a property to un-compress it.

The Zipper unit has the classes with events that allow you to capture and assign streams of your own so you can then take advantage of using encryption on the files.

Basically, you will need to write something.

Or you can use the PKZip or 7z I think supports this already.?

Jamie
The only true wisdom is knowing you know nothing

 

TinyPortal © 2005-2018