Make groups of keys in GnuPG?
Frank Tobin
ftobin@uiuc.edu
Tue Feb 6 02:41:00 2001
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Filip Stokkeland, at 22:10 +0100 on 5 Feb 2001, wrote:
How can I do this in GnuPG? Do I have to make a script that runs
gpg -e <user1> -e <user2> ...
I've created a genreric wrapper program called salias that can handle
aliasing program arguments. In the most straightforward calling, it's
easy to set it up to do something like:
salias gpg -r friends --encrypt
...and have it run:
gpg -r fred -r bob -r sam --encrypt
You can transparently wrap salias by using shell aliasing:
alias gpg="salias gpg"
or using the included salias-wrapper program.
salias is available at http://sourceforge.net/projects/salias/
- --
Frank Tobin http://www.uiuc.edu/~ftobin/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: pgpenvelope 2.9.0 - http://pgpenvelope.sourceforge.net/
iEYEARECAAYFAjp/VgwACgkQVv/RCiYMT6PgsQCdG/4bxQnW86eGjyN/sw9ltwe+
SVgAnR7RyLJII32KYDwyiwN+SPJWI2cN
=dtNS
-----END PGP SIGNATURE-----