[Debian GNUstep maintainers] Bug#1095269: more info
ZenWalker
scow at riseup.net
Fri Feb 7 15:45:33 GMT 2025
7z documentation:
https://documentation.help/7-Zip/method.htm
seems the default is ZipCrypto
unar works if the file is compressed with:
$ 7z a -mem=ZipCrypto -tzip -p1234 foo.zip bar baz
$ 7z a -tzip -p1234 foo.zip bar baz
and unar fails if the file is compressed with:
$ 7z a -mem=AES128 -tzip -p1234 foo.zip bar baz
$ 7z a -mem=AES192 -tzip -p1234 foo.zip bar baz
$ 7z a -mem=AES256 -tzip -p1234 foo.zip bar baz
More information about the pkg-GNUstep-maintainers
mailing list