You are not logged in.
Pages: 1
Hi AB,
I failed to create a ZIP-archive with (WinZip compatible) AES encryption.
I wonder if it's possible with your component.
Algo: 7=AES+Zip-chunked? Is it WinZIP compatible?
Do you have an idea or code snippet?
Thanks and best regards
Dirk Carstensen
Offline
No, I'm sorry, it's not winZip compatible.
Because I was not able to find low level information of this format.
So I implemented our own, with some other compression schemes (LZO or LZ).
But it's only used internally, not fully tested/published yet.
Sorry.
If you have some ideas or resources about AES WinZip format, it could be interesting.
Online
Hi AB,
thanks for your reply! I found a description of the ZIP file format including AES encryption here:
ftp://ftp.info-zip.org/pub/infozip/doc/ … latest.zip
And a detailed documentation page here:
http://www.winzip.com/aes_info.htm
Best regards
Dirk Carstensen
Offline
CTR?
best regards
Dirk
Offline
Online
Hi AB,
thanks for the info!
Best regards
Dirk
Offline
Hi AB,
any news about that subject?
Best regards
Dirk
Offline
Hello, AB.
Please tell me how to add an empty folder in the archive?
Thanks in advance.
Offline
With the current implementation, this is not possible without creating a void file in it.
In fact, the folders are not stored separately, but as part of every file name.
It may be possible to store empty folders, but you'll have to change the code.
Online
How can I do it?
Give, please, direction. Where to append/change code?
Offline
Pages: 1