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)?
views:
540answers:
1
+3
A:
A Ruby library called OpenPGP was released a few months ago. It seems like it'd work for you.
Yehuda Katz
2009-07-05 06:46:59
Great, thanks! Will check it out.
lk
2009-07-05 07:10:08