vote up 4 vote down star
2

I have a pgp-encrypted file that I need to extract data from at runtime.
Can this be done by decrypting to memory only (as opposed to creating a decrypted file and deleting it when done)?

flag

17% accept rate

1 Answer

vote up 3 vote down

A Ruby library called OpenPGP was released a few months ago. It seems like it'd work for you.

link|flag
Great, thanks! Will check it out. – lk Jul 5 at 7:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.