Skip to content
/ gpgr Public
forked from ifad/gpgr

gpgr is a lightweight wrapper around the GNU Privacy Guard's command line interface. Its primary concern is in quickly encrypting files easily from within Ruby. It also offers very limited key-management functionality. The original saved encrypted files to disk and this fork gets around that by passing a stream around.

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

rlhh/gpgr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this fork

This is a complete rewrite of Gpgr.

  • Use only IO.popen to interact with GPG using a standard IO loop
  • Simplified API
  • Support for GPG 1.4 and 2.0
  • Decryption support

TODO:

  • Tests.

gpgr - GNU Privacy Guard Encryption in Ruby

About

gpgr is a lightweight wrapper around the GNU Privacy Guard's command line interface. Its primary concern is in quickly encrypting files easily from within Ruby. It also offers very limited key-management functionality. The original saved encrypted files to disk and this fork gets around that by passing a stream around.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published