Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 423 Bytes

Build Status

e7z -- Encrypting 7zip with private key support

Wrapper around 7z & openssl with private keys encryption of stored data.

Usage:

Create archive:

e7z -k id_rsa a archive.7z input_file

Extract:

e7z -k id_rsa x archive.7z

Generate private key:

ssh-keygen -t rsa -C "[email protected]"