Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 651 Bytes

easypgp

Simple scripts for encrypting files using PGP

OS X

How to install

  1. Install GnuPG for OS X.
  2. Clone or download repository (e.g. git clone https://github.com/marcogrcr/easypgp.git ~/.easypgp).
  3. Optionally add the osx/bin/ directory to your PATH.

Commands

  • epgp: encrypt/decrypt files and folders recursively.
  • epgp-key-backup: backup a PGP key to a file.
  • epgp-key-generate: generates a PGP key.
  • epgp-key-fingerprint: gets the fingerprint of a PGP key.
  • epgp-key-generarte: generates a new PGP key.
  • epgp-key-restory: restores a PGP key from a file.