Skip to content

h3h/pgp-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

A command line wrapper around the GNU Privacy Guard (GPG) library to make it sane.

Requires Ruby 1.9 and GnuPG. I recommend brew install gnupg.

Installation

$ git clone https://github.com/h3h/pgp-ruby.git

$ ln -s pgp-ruby/pgp ~/bin/pgp

$ which pgp
/Users/foo/bin/pgp

Usage

Friendly human commands to wrap gpg (1)’s ugly ones.

$ pgp list

$ pgp sign 12345EFA

$ pgp encrypt my_file for foo@example.com

$ pgp decrypt my_file.gpg

$ pgp fingerprint 12345EFA

$ pgp import 12345EFA_signed_by_foo.asc

$ pgp pull

$ pgp push 12345EFA

$ pgp export 12345EFA

Author

Brad Fults (bfults@gmail.com)

License

Licensed under the MIT License. See LICENSE.

About

A command line wrapper around the GNU PGP (GPG) library to make it sane.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages