Skip Menu |

This queue is for tickets about the Crypt-GpgME CPAN distribution.

Report information
The Basics
Id: 34325
Status: open
Priority: 0/
Queue: Crypt-GpgME

People
Owner: Nobody in particular
Requestors: jnimety [...] perimeterusa.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Encrypting plaintext
Date: Fri, 21 Mar 2008 11:04:48 -0400
To: bug-crypt-gpgme [...] rt.cpan.org
From: Joel Nimety <jnimety [...] perimeterusa.com>
Can Crypt::GpgME be used to encrypt a message? It's not clear from the docs (unless I'm missing something) that this functionality is currently implemented. Thanks. -- Joel Nimety Perimeter eSecurity Product Architect, Email Defense 203.541.3416 jnimety@perimeterusa.com http://www.perimeterusa.com -- The sender of this email subscribes to Perimeter eSecurity's email anti-virus service. This email has been scanned for malicious code and is believed to be virus free. For more information on email security please visit: http://www.perimeterusa.com/email-defense-content.html This communication is confidential, intended only for the named recipient(s) above and may contain trade secrets or other information that is exempt from disclosure under applicable law. Any use, dissemination, distribution or copying of this communication by anyone other than the named recipient(s) is strictly prohibited. If you have received this communication in error, please delete the email and immediately notify our Command Center at 203-541-3444. Thanks
Subject: Re: [rt.cpan.org #34325] Encrypting plaintext
Date: Sat, 22 Mar 2008 15:15:37 +0100
To: Joel Nimety via RT <bug-Crypt-GpgME [...] rt.cpan.org>
From: Florian Ragwitz <rafl [...] debian.org>
On Fri, Mar 21, 2008 at 11:05:14AM -0400, Joel Nimety via RT wrote: Show quoted text
> Can Crypt::GpgME be used to encrypt a message? It's not clear from the > docs (unless I'm missing something) that this functionality is currently > implemented. Thanks.
encrypt is implemented in the underlying libgpgme library, but not bound to perl. When I initially wrote the module I only needed to sign and verify signatures and left encrypting/decrypting out. I will work on implementing those features. Expect a new release next week. -- BOFH excuse #97: Small animal kamikaze attack on power supplies
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

On Sat, 22 Mar 2008 10:16:46 -0400, FLORA wrote: Show quoted text
> On Fri, Mar 21, 2008 at 11:05:14AM -0400, Joel Nimety via RT wrote:
> > Can Crypt::GpgME be used to encrypt a message? It's not clear from the > > docs (unless I'm missing something) that this functionality is currently > > implemented. Thanks.
> > encrypt is implemented in the underlying libgpgme library, but not bound > to perl. When I initially wrote the module I only needed to sign and > verify signatures and left encrypting/decrypting out. > > I will work on implementing those features. Expect a new release next > week. > >
Hi Florian, Did you end up wrapping gpgme_op_decrypt and _encrypt? "next week" has come and gone by now :) If not I can try my hand at XS and add decryption and encryption support.