Skip to content
forked from okigan/e7z

Encrypting 7zip with public/private key support

Notifications You must be signed in to change notification settings

MichaelFranklin/e7z

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "your_email@example.com"

About

Encrypting 7zip with public/private key support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%