-
1. Actually it can work without -an too. And there is "DOCS" folder with HTML help.
2. "e" and "-o" are 10-years things. So I don't think that it's good idea to change something with such things.
2013-05-15 07:55:54 PDT in p7zip
-
7za -so e archive.tar.gz | 7za -si x -an -ttar -oFolder -y.
2013-05-15 06:33:39 PDT in p7zip
-
7-Zip uses WinZip AES encryption.
But at least some versions of WinZip had that limitation of 99 characters for password. 7-Zip also uses that limitation to be compatible with WinZip's imlementation.
Maybe WinZip had fixed that limitation already in latest version .
Can somebody check latest WinZip for long password with AES?.
2013-05-13 20:46:43 PDT in p7zip
-
Note that 7-Zip can compress slowly some data. So that timeout value is not 100% safe.
2013-02-18 09:20:29 PST in p7zip
-
Yes, 7-Zip uses block multithreading starting from 4 threads (-mmt4) for -mx5 mode.
-mmt2 -mx5 uses internal LZMA multithreading. So it doesn't need to write whole block,
-mmt3 works as -mmt2.
2013-02-18 08:50:28 PST in p7zip