1

(0 replies, posted in Misc)

Hello,

I'm looking for a bundle that includes at least gpg and gpg-agent and that is compatible with firegpg.

OS : Windows XP :'(

GPG-AGENT may be usefull in order to mask the annoying privkey passphrase prompt when doing mass decryption with the Firegpg API.

*Please* tell me if you have that kind of bundle ! smile

Many thanks and happy 2k10
Julien

Hello,

I'm also very interested in a "save my password" checkbox with the API, even if i understand that that could be a huge security issue.

Thank you and keep on the good work smile

Best regards,
Julien

3

(1 replies, posted in Requests)

Hello,

I'm coding around PHP and playing with the following idea :
- Imagine a (mutualized) HTTP server where every file is encrypted with GPG (nobody, even the admin, could see what your are hosting)
- Imagine you can decrypt index.html on the fly using FireGPG API
- Imagine you can then click on links in this decrypted index.html to download "me_signing_in_my_bathroom.mp3.gpg"*
- Then, with the current firegpg version, you can Right click in the "download window" to let Firegpg decrypt the file

Would it be hard to code the following feature :
Right click on a link and have a "Decrypt and save as" firegpg option that will automatically :
=> download to a temporary location
=> decrypt the file to the specified location and delete the temporary file

or better (but probably impossible or too difficult) : download and decrypt on the fly to the specified location because I may not have enough disk space to store the encrypted file (in temp dir) + the decrypted file (wherever I want it to be).

I mean, something like "wget -O - http://here.i.am/file.txt.gpg | gpg --decrypt - -o whereever/i/want/file.txt"

Anyway, many thanks for your great work smile

Peace

* Of course, for anonimity reasons, the filename is not in cleartext like "i_own_warez_stuff.avi.gpg", or "handbook_for_tibet_spies.doc.gpg" : it's a one way hash function with no meaning.... except if you have the decrypted index.html smile