| Paketname | libgnupg-perl | 
| Beschreibung | Perl module interface to GnuPG using GnuPG's coprocess interface | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 0.10-2 | 
| Sektion | universe/perl | 
| Priorität | optional | 
| Installierte Größe | 156 Byte | 
| Hängt ab von | perl (>= 5.6.0-16), gnupg | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu Developers | 
| Quelle |  | 
| Paketgröße | 34868 Byte | 
| Prüfsumme MD5 | a402284d0dca4235f645fcc6e75ee613 | 
| Prüfsumme SHA1 | 2e3ecefcc0f458bbfd29f1b425e922a8372d6d95 | 
| Prüfsumme SHA256 | ce56e1ebee8c6d056076acc66d9ea9fc51c4b55318e8e0632e2c2356c052c5a3 | 
| Link zum Herunterladen | libgnupg-perl_0.10-2_all.deb | 
| Ausführliche Beschreibung | GnuPG is a perl module that interface with the GNU Privacy Guard using
the coprocess hooks provided by gpg. The communication mechanism uses
is shared memory and a status file descriptor.
.
The module tries it best to map the rather interactive interface
of gpg to a more programmatic API.
.
Also the modules now offers a tied file handle interface to encryption
and decryption making a lot more easy to use.
.
This module doesn't yet provides an interface to the key manipulation
facilities of gpg.
.
It doesn't also provides the memory protection offered by gpg when
manipulating user passphrase.
.
There are also several options (like cipher selections) that aren't
available from the perl API. |