brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
399 stars 139 forks source link

fix: aes decrypt with password #254

Closed ctracerpp closed 1 year ago

ctracerpp commented 1 year ago

Refer to java net.lingala.zip4j.crypto.AESDecrypter implementation

brendan-duncan commented 1 year ago

This is great and very much appreciated! I'll take a look at it as soon as I get a chance.

brendan-duncan commented 1 year ago

Wonderful, thank you.