Making archives with encrypt filenames?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 4
- Joined: 2014-05-05, 23:02 UTC
Making archives with encrypt filenames?
Hi,
Total Commander allows to make archives with password.
But everyone can see names of files, etc.
How make an anrchive with encrypt filenames??
Total Commander allows to make archives with password.
But everyone can see names of files, etc.
How make an anrchive with encrypt filenames??
user2030ble,
TC itself packs only into ZIP which doesn't support encrypted names. However RAR or 7Z formats do support such feature so you have to use them for your task, just like Gral said. So, after installing plugin or configuring external RAR packer, you can use Alt+F5 and chose corresponding archive format.
Gral,
As far as I remember, it is -hp switch that encrypts filenames, usual -p only encrypts data.
TC itself packs only into ZIP which doesn't support encrypted names. However RAR or 7Z formats do support such feature so you have to use them for your task, just like Gral said. So, after installing plugin or configuring external RAR packer, you can use Alt+F5 and chose corresponding archive format.
Gral,
As far as I remember, it is -hp switch that encrypts filenames, usual -p only encrypts data.
-
- Junior Member
- Posts: 4
- Joined: 2014-05-05, 23:02 UTC
Use the Total7zip plugin and you can set the "Encrypt" checkbox in TC pack dialog.user2030ble wrote:Great![]()
I hope that any chance to do it by 'checkbox' only somewhere in total
It should be some chechbox in pack dialog - then always can be packed with default option.
Every time should add '-p' or '-hp' parametr
But always it's some solution
Thanks
You can make this option permanent:
on "Pack files" dialog select "RAR", press "Configure" and type -p or -hp at the end of the "RAR packer line"
E.g.
C:\PATH\TO\FILE\WINRAR.EXE -p
Note: if you press "Cancel" on WINRAR dialog window it only cancel password prompt, files will be packed without password!
on "Pack files" dialog select "RAR", press "Configure" and type -p or -hp at the end of the "RAR packer line"
E.g.
C:\PATH\TO\FILE\WINRAR.EXE -p
Note: if you press "Cancel" on WINRAR dialog window it only cancel password prompt, files will be packed without password!
For normal encryption you can also use the "Encrypt" option in TC pack dialogGral wrote:You can make this option permanent:
on "Pack files" dialog select "RAR", press "Configure" and type -p or -hp at the end of the "RAR packer line"
E.g.
C:\PATH\TO\FILE\WINRAR.EXE -p
Note: if you press "Cancel" on WINRAR dialog window it only cancel password prompt, files will be packed without password!
It will automatically provide the correct switch to the configured Winrar.
No, it doesn't remember the password by default !Gral wrote:That's right, but it causes the appearance of additional dialogs and (with default options) the behavior of the archives as if they were not passwords protected (TC remember password by default).
There is a checkbox in the password dialog if one wants that.
-
- Junior Member
- Posts: 4
- Joined: 2014-05-05, 23:02 UTC
GREATGral wrote:You can make this option permanent:
on "Pack files" dialog select "RAR", press "Configure" and type -p or -hp at the end of the "RAR packer line"
E.g.
C:\PATH\TO\FILE\WINRAR.EXE -p
Note: if you press "Cancel" on WINRAR dialog window it only cancel password prompt, files will be packed without password!

But one little thing
What parametr - to set ENCRYPT FILE NAMES withoutk 'SHOW PASSWORD'
or alone - PACK - without 'SHOW PASSWORD'?

Cancel work great also

To pack files without prompting
- with data encrypt, without encrypt filenames:
C:\PATH\TO\FILE\WINRAR.EXE -pPASSWORD
- with data and file names encrypt:
C:\PATH\TO\FILE\WINRAR.EXE -hpPASSWORD
where PASSWORD is your actual password
Be careful: password is saved in INI file as a plain text (no encrypting)!
- with data encrypt, without encrypt filenames:
C:\PATH\TO\FILE\WINRAR.EXE -pPASSWORD
- with data and file names encrypt:
C:\PATH\TO\FILE\WINRAR.EXE -hpPASSWORD
where PASSWORD is your actual password
Be careful: password is saved in INI file as a plain text (no encrypting)!
-
- Junior Member
- Posts: 4
- Joined: 2014-05-05, 23:02 UTC