ruzaq/e7z
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
e7z -- Encrypting 7zip with public/private key support A bash script (prototype) to wrap 7z and openssl to enable usage of public/private keys to safeguard the content. Usage: Create archive: e7z a -k id_rsa.pub.ssl archive.7z input_file Extract: e7z x -k id_rsa archive.7z