F5F Stay Refreshed Software Operating Systems Perform multithreaded compression of directories on Linux and secure files with a password.

Perform multithreaded compression of directories on Linux and secure files with a password.

Perform multithreaded compression of directories on Linux and secure files with a password.

T
Tristcuit_
Member
53
02-24-2016, 04:38 PM
#1
Consider using a simple tool to shrink the folder and then encrypt it with a basic password. This way, even someone with limited Windows skills can access the contents after decryption.
T
Tristcuit_
02-24-2016, 04:38 PM #1

Consider using a simple tool to shrink the folder and then encrypt it with a basic password. This way, even someone with limited Windows skills can access the contents after decryption.

G
gpigcaramel
Junior Member
11
02-24-2016, 07:41 PM
#2
7zip handles the task effectively.
G
gpigcaramel
02-24-2016, 07:41 PM #2

7zip handles the task effectively.

S
Sr_Stargate
Junior Member
5
03-01-2016, 12:30 AM
#3
Based on the study, 7zip is optimal for this job. 7z supports compression with advanced settings like -mmt=on and multithreading. The process writes to /tmp/compressed_file.7z and uses the directory path as input. A password-protected option is also available.
S
Sr_Stargate
03-01-2016, 12:30 AM #3

Based on the study, 7zip is optimal for this job. 7z supports compression with advanced settings like -mmt=on and multithreading. The process writes to /tmp/compressed_file.7z and uses the directory path as input. A password-protected option is also available.