1
0
mirror of https://github.com/moparisthebest/gpgit synced 2024-11-15 21:45:03 -05:00
gpgit/TODO
Mike Cardwell e6d73b62f6 Implemented --encrypt-mode and --help arguments. We now default to using
PGP/MIME for encryption at all times, but there are several modes for
using inline encryption too. See --help.
2011-03-13 11:33:39 +00:00

31 lines
1.1 KiB
Plaintext

There are a number of options that can be added to this application to make it
more flexible. Here are some ideas that I will implement when I get around to
it. Patches welcome.
1.) Use Key IDs interchangeably with email addresses
2.) Optionally support signing as well as encrypting.
--sign-key "The email address or key id to sign with"
--sign-pass "The password for the secret signing key"
--sign-pass-file "Path to file containing password for the secret signing key"
3.) If there are no recipients, should we just output the original message and
exit, or die?
--on-missing-recipients output-plain / die
4.) Perhaps have an optional default recipient option which is used if no other
recipients are provided.
--default-recipient key-id or email-address
5.) If one or more of the recipients doesn't have a public key in the local gpg
ring how do we behave?
--on-missing-key output-plain / discard-recipient / die
6.) Optionally specify path to the gpg "homedir" on the command line
--gpg-home path-to-gnupg-directory