Sử dụng dòng lệnh, tôi biết rằng tôi có thể mã hóa một thư mục bằng lệnh sau:
zip -er Directory.zip /path/to/directory
Tuy nhiên, điều này không mã hóa tên tập tin. Nếu ai đó chạy:
unzip Directory.zip
và liên tục nhập sai mật khẩu, lệnh giải nén sẽ lặp qua tất cả các tên tệp được chứa cho đến khi nhập đúng mật khẩu. Đầu ra mẫu:
unzip Directory.zip
Archive: Directory.zip
creating: Directory/
[Directory.zip] Directory/sensitive-file-name-1 password:
password incorrect--reenter:
password incorrect--reenter:
skipping: Directory/sensitive-file-name-1 incorrect password
[Directory.zip] Directory/sensitive-file-name-2 password:
password incorrect--reenter:
password incorrect--reenter:
skipping: Directory/sensitive-file-name-2 incorrect password
[Directory.zip] Directory/sensitive-file-name-3 password:
password incorrect--reenter:
password incorrect--reenter:
skipping: Directory/sensitive-file-name-3 incorrect password
và như thế.
Sử dụng dòng lệnh, có cách nào để nén một thư mục bằng mã hóa đồng thời mã hóa hoặc ẩn tên tệp không?
Cảm ơn bạn.
7zip
vì nó sử dụng mã hóa dựa trên AES.