Skip to content

maryx/fig-leaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fig Leaf: Encrypt and decrypt data with ssh keys!

Usage:

  1. Run pip install pycrypto
  2. To encrypt, run python fig_leaf.py <path to file location> <path to output location> <path to public key>
  3. To decrypt, run python fig_leaf.py <path to encrypted file location> <path to output location> <path to private key> --decrypt

Releases

No releases published

Packages

No packages published

Languages