blob: aa29f6d802434af120c1815dafc89009c1921a94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Ruby-GPGME is a ruby interface to GnuPG Made Easy (GPGME).
- Provides three levels of API.
- The low-level API allows direct access to about 94% of C functions
provided by GPGME.
- The mid-level API looks object-oriented (or rubyish).
- The high-level API provides a convenient class-based interface to
frequently used GPGME functions.
WWW: http://ruby-gpgme.rubyforge.org/
|