secret-agent
Brought to you by:
ftobin
|
From: Frank T. <ft...@ui...> - 2000-07-17 07:03:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a heads-up to pgpenvelope users about a passphrase-caching program that may be of interest. It supports passphrase-caching for GnuPG, which means pgpenvelope should be able to use it. To get pgpenvelope to call the right program (agpg in this case), simply configure your ~/.pgpenvelope/prefs to have the appropriate paths for the "encryption-program-call" and "decryption-program-call" settings. Note that these settings are not the same as the "encryption-program" and "decryption-program" settings, which only tell pgpenvelope overall what program is being called (instead of a path). - -- Frank Tobin http://www.uiuc.edu/~ftobin/ Forwarded message: - --------------------------------------------------- Date: 15 Jul 2000 22:15:32 +0200 From: Robert Bihlmeyer <ro...@or...> To: gnu...@gn... Subject: Announcing secret-agent 0.8 Resent-Date: Sat, 15 Jul 2000 22:47:02 +0200 Resent-From: gnu...@gn... I'd like to inform you of the release of secret-agent 0.8. It is a small utility to store secrets in memory. One of its main uses (and the reason I write to this list) is as a store for GPG passphrases for configurable time-span. An example session will probably go a long way of explaining it: $ eval `secret-agent` $ secret-client -t 600 put E6583EFB "Robert Bihlmeyer (GPG)" [here I enter the passphrase] $ agpg -ba a-file [a-file is signed without me having to enter the passphrase] $ agpg -ba b-file [ditto] $ sleep 600 $ agpg -ba c-file [this will fail, because the secret has timed out] This will also work with any application calling gpg (MUAs etc.) as long as you can make them call the agpg wrapper instead of the real thing. This mail was (hopefully <g>) signed with the help of secret-agent. secret-agent is GPL'd. The URL is <http://www.vibe.at/tools/secret-agent/> I hope you will find it as useful as I have. Bug reports and success stories should go to <ro...@or...>. - -- Robbe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.2 (FreeBSD) Comment: pgpenvelope 2.8.10 - http://pgpenvelope.sourceforge.net/ iEYEARECAAYFAjlyr80ACgkQVv/RCiYMT6PSfACdHdRn0Tb4uLXGt3eZwutoL1jA 27YAn3wDH3xC97Ba8OJ0k0RbSYIMVyKD =Gegq -----END PGP SIGNATURE----- |