开发者

Zip Archive Library decompression with AES-256

开发者 https://www.devze.com 2023-01-24 11:53 出处:网络
I am using Zip Archive library for compressing and decompressing files, i needed to enable AES encryption so by Uncommenting

I am using Zip Archive library for compressing and decompressing files, i needed to enable AES encryption so by Uncommenting

#def ZIP_AES

in the _features.h file included with the library and recompiling I got CZipException for decompression

"WinZip AES encryption has not been enabled for the开发者_Go百科 library, but is required to decompress the archive."

Am i missing something? please any guide would so much appreciated.


Thanks to Oli Charlesworth; there was a conflict between the lib file produced from the free library and the one i bought thanks a lot.


I strangely got this error when the program in question needed Pkzip encryption, not AES encryption as the message suggested.
(While this isn't OP's problem, I'm mentioning it for future readers)

0

精彩评论

暂无评论...
验证码 换一张
取 消