7za.exe ignores password with quotation marks via command line
A free file archiver for extremely high compression
Brought to you by:
ipavlov
example password with quotation marks: ("foobar")
my testing command lines but wrong password when unpack:
7za.exe a -p"foobar" test.7z example.txt
7za.exe a -p'"foobar"' test.7z example.txt
7za.exe a -p""foobar"" test.7z example.txt
7za.exe a -p\"foobar\" test.7z example.txt
7za.exe a -p"\"foobar\"" test.7z example.txt
under Debian works with:
7z a -p'"foobar"' test.7z example.txt