7Zip Plugin Continued ...
Moderators: Hacker, petermad, Stefan2, white
7zip 0.7.6.6 new version
MaxX thanks for your feedback.
7zip 0.7.6.6 new version already public on http://totalcmd.net/plugring/7zip_plugin.html
DeltaFilter already in 7-zip 9.20, so I add the DeltaFilter to 0.7.6.5a to let it can decompress the 7z files with Delta compression for WAV files.
I found 0.8.0.0alpha is still buggy for some cases, so I still use 0.7.6.x for my daily backup, and when I tried to add DeltaFilter to 0.8, I found it only need to add one source file from 7-zip to the project, no code need to modify, then 0.8 can have the feature to decompress DeltaFilter sample, so use the same method to add DeltaFilter to 0.7.6.5a, no others are changed except version for 0.7.6.6.
Using 7-zip 16.x to compress files with different methods, they can still be decompressed by 7zip plugin 0.7.6.6. If you found any file that can not be decompressed, please send me the sample, I will try...
BTW, if you are interested in source code, I use VC++ 2010 Express with Windows SDKs v7.1 for the 0.7.6.6 (and 0.8.0.0alpha).
7zip 0.7.6.6 new version already public on http://totalcmd.net/plugring/7zip_plugin.html
DeltaFilter already in 7-zip 9.20, so I add the DeltaFilter to 0.7.6.5a to let it can decompress the 7z files with Delta compression for WAV files.
I found 0.8.0.0alpha is still buggy for some cases, so I still use 0.7.6.x for my daily backup, and when I tried to add DeltaFilter to 0.8, I found it only need to add one source file from 7-zip to the project, no code need to modify, then 0.8 can have the feature to decompress DeltaFilter sample, so use the same method to add DeltaFilter to 0.7.6.5a, no others are changed except version for 0.7.6.6.
Using 7-zip 16.x to compress files with different methods, they can still be decompressed by 7zip plugin 0.7.6.6. If you found any file that can not be decompressed, please send me the sample, I will try...
BTW, if you are interested in source code, I use VC++ 2010 Express with Windows SDKs v7.1 for the 0.7.6.6 (and 0.8.0.0alpha).
2dllee
SFX is 16.02...
SFX is 16.02...
C:\Users\USER\AppData\Local\Temp\_tc\7z.16.04.sfx
on Microsoft Windows Seven x64 Professional Edition Version 6.1 (build 7601) Service pack 1
File Version Information :
Version language : Английский (США)
CompanyName : Igor Pavlov
FileDescription : 7z SFX
FileVersion : 16.02
InternalName : 7z.sfx
LegalCopyright : Copyright (c) 1999-2016 Igor Pavlov
OriginalFilename : 7z.sfx.exe
ProductName : 7-Zip
ProductVersion : 16.02
C:\Users\USER\AppData\Local\Temp\_tc\7zCon.16.04.sfx
on Microsoft Windows Seven x64 Professional Edition Version 6.1 (build 7601) Service pack 1
File Version Information :
Version language : Английский (США)
CompanyName : Igor Pavlov
FileDescription : 7z Console SFX
FileVersion : 16.02
InternalName : 7z.sfx
LegalCopyright : Copyright (c) 1999-2016 Igor Pavlov
OriginalFilename : 7z.sfx.exe
ProductName : 7-Zip
ProductVersion : 16.02
I've done some tests, Delta works fine.
Please, someone, test it too.
Examlpe:
http://rgho.st/7JZwQFxDx
Please, someone, test it too.
Examlpe:
http://rgho.st/7JZwQFxDx
Code: Select all
Unpacked Size : 9 372 225
Packed Size : 1 511 861
Compression ratio : 16%
Folders : 43
Files : 318
__________________________________________
Type : 7z
Method : Delta LZMA2:12m LZMA:20 BCJ2
Solid : +
Blocks : 4
Headers Size : 3 739
7zip encryption settings
I cannot find any encryption settings in 7zip. E.g. algorithm, key-bits etc.
If not available, what are the default settings 7zip uses?
If not available, what are the default settings 7zip uses?
Re: 7zip encryption settings
To my knowledge, using 7z formats the encryption is AES256 with password key and no choice is given ! The only ontion you have is to encrypt file name/header or not.jazzz wrote:I cannot find any encryption settings in 7zip. E.g. algorithm, key-bits etc.
If not available, what are the default settings 7zip uses?
To get the options, you just have to chose configure one 7z/7zip format is selected on TC when packing.
-
- Junior Member
- Posts: 2
- Joined: 2017-01-04, 10:56 UTC
split is not a real format just a binary copy which tc natively supports (both splitting and joining)alessio.71 wrote:A couple of requests:
- Still no support for split archives (.001)
- Could be possible to add support for LZIP (download[dot]savannah[dot]gnu[dot]org/releases/lzip/7zip)?
Thank you
Alex
lzip is not part of 7zip it's a distinct format
you might ask for lzo support too but you won't get it in this plugin maybe another
There is bug in this plugin: when packing data into SFX archive it appends SFX module data (starting with MZ) after existing one. It means that output file has structure like "original SFX module + plugin SFX module + 7z archive data".
It does not affects unpacking due to searching of 7z signature as archive start, but it does break synchronization of folders. Let's say left panel is some folder on disk, right panel is contents of SFX archive - then if we try to compare folders we will get empty right panel.
Fix it, please.
It does not affects unpacking due to searching of 7z signature as archive start, but it does break synchronization of folders. Let's say left panel is some folder on disk, right panel is contents of SFX archive - then if we try to compare folders we will get empty right panel.
Fix it, please.
No
Last edited by petermad on 2018-01-31, 11:00 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
yes but it doesn't need to as 7zip does not have multivolume support it uses binary split which TC supports nativelyMarkar1 wrote:2dllee
Can 7zip plugin create multiple volume archives, if it can then how?
just select the 7z file you want to split and in TC select Files->Split Files...
TC can merge *.001 files too just select the first ie 001 file and select Files->Combine Files... you don't need 7zip for that