项目作者: maryx

项目描述 :
Encrypt and decrypt data with RSA keys!
高级语言: Python
项目地址: git://github.com/maryx/fig-leaf.git
创建时间: 2017-03-10T05:24:42Z
项目社区:https://github.com/maryx/fig-leaf

开源协议:Apache License 2.0

下载


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