Next: Bug Reports, Previous: Commands, Up: Top
Typing passphrases is an irritating task if you frequently open and close the same file. GnuPG and EasyPG Assistant provide mechanisms to remember your passphrases. However, the configuration is a bit confusing since it depends on your GnuPG installation (GnuPG version 1 or GnuPG version 2), encryption method (symmetric or public key), and whether or not you want to use gpg-agent. Here are some questions:
Here are configurations depending on your answers:
| 1 | 2 | 3 | Configuration
|
| Yes | Yes | Yes | Set up gpg-agent.
|
| Yes | Yes | No | You can't, without gpg-agent.
|
| Yes | No | Yes | Set up gpg-agent.
|
| Yes | No | No | You can't, without gpg-agent.
|
| No | Yes | Yes | Set up elisp passphrase cache.
|
| No | Yes | No | Set up elisp passphrase cache.
|
| No | No | Yes | Set up gpg-agent.
|
| No | No | No | You can't, without gpg-agent.
|
To set up gpg-agent, follow the instruction in GnuPG manual. see Invoking GPG-AGENT.
To set up elisp passphrase cache, set
epa-file-cache-passphrase-for-symmetric-encryption.
See Encrypting/decrypting *.gpg files.