| 1 | CONFIGURATION |
|---|
| 2 | ============= |
|---|
| 3 | |
|---|
| 4 | Licq now supports GPG for encrypted messages. The latest GPGME version has |
|---|
| 5 | been changed severly and won't work with this version of Licq. The recommended |
|---|
| 6 | version is 0.3.16. |
|---|
| 7 | |
|---|
| 8 | The configuration file is ~/.licq/licq_gpg.conf and looks like this: |
|---|
| 9 | |
|---|
| 10 | --START-- |
|---|
| 11 | |
|---|
| 12 | [gpg] |
|---|
| 13 | passphrase = my_passphrase |
|---|
| 14 | |
|---|
| 15 | [keys] |
|---|
| 16 | 16325723.1281975153 = 0x2290A71F |
|---|
| 17 | 70908044.1281975153 = leecher |
|---|
| 18 | mathrawka.1281975153 = 0x2290A71F |
|---|
| 19 | keating_jon@hotmail.com.1297305183 = 0x2290A71F |
|---|
| 20 | |
|---|
| 21 | --END-- |
|---|
| 22 | |
|---|
| 23 | The passphrase key contains the passphrase which shall be passed to gpg for |
|---|
| 24 | decrypting. |
|---|
| 25 | |
|---|
| 26 | Please note that it is a high security risk to put your passphrase in a file as |
|---|
| 27 | clear text. So it is recommended that you: |
|---|
| 28 | |
|---|
| 29 | 1. create an extra key with an extra passphrase just for licq-gpg OR you |
|---|
| 30 | 2. use gpg-agent. In this case passphrase can be left blank because the |
|---|
| 31 | passphrase is managed by gpg-agent. gpg-agent is transparent for licq-gpg. |
|---|
| 32 | |
|---|
| 33 | The keys section contains uin/public key assignments. They have the form |
|---|
| 34 | "<user>.<protocol> = key name". The key names are used by gpg (see man page). |
|---|
| 35 | For values of the <protocol> please look at the licq_gpg.conf file. |
|---|
| 36 | |
|---|
| 37 | USING |
|---|
| 38 | ===== |
|---|
| 39 | |
|---|
| 40 | Encryption |
|---|
| 41 | |
|---|
| 42 | In order to send GPG encrypted messages to other users, it is required that: |
|---|
| 43 | |
|---|
| 44 | 1. you assigned a valid and accessible GPG public key to the respective |
|---|
| 45 | user's id (see Configuration), |
|---|
| 46 | |
|---|
| 47 | Decryption |
|---|
| 48 | |
|---|
| 49 | licq-gpg will try to decrypt all incoming messages beginning with |
|---|
| 50 | -----BEGIN PGP MESSAGE----- using the given passphrase. If a message is |
|---|
| 51 | decrypted, the E_ENCRYPTED flag will be set (recognisable by the "E" in the |
|---|
| 52 | history). |
|---|
| 53 | |
|---|
| 54 | GPG FOR OTHER CLIENTS |
|---|
| 55 | ===================== |
|---|
| 56 | |
|---|
| 57 | Mirabilis ICQ: http://www.samopal.com/soft/pgpicq/index.php |
|---|
| 58 | Miranda ICQ: http://miranda-im.org/download/details.php?action=viewfile&id=216 |
|---|