root/trunk/licq/README.GPG

Revision 4526, 1.7 kB (checked in by erijo, 2 years ago)

Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)

  • Property svn:eol-style set to native
Line 
1CONFIGURATION
2=============
3
4Licq now supports GPG for encrypted messages. The latest GPGME version has
5been changed severly and won't work with this version of Licq.  The recommended
6version is 0.3.16.
7
8The configuration file is ~/.licq/licq_gpg.conf and looks like this:
9
10--START--
11
12[gpg]
13passphrase = my_passphrase
14
15[keys]
1616325723.1281975153 = 0x2290A71F
1770908044.1281975153 = leecher
18mathrawka.1281975153 = 0x2290A71F
19keating_jon@hotmail.com.1297305183 = 0x2290A71F
20
21--END--
22
23The passphrase key contains the passphrase which shall be passed to gpg for
24decrypting.
25
26Please note that it is a high security risk to put your passphrase in a file as
27clear 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
33The 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).
35For values of the <protocol> please look at the licq_gpg.conf file.
36
37USING
38=====
39
40Encryption
41
42In 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
47Decryption
48
49licq-gpg will try to decrypt all incoming messages beginning with
50-----BEGIN PGP MESSAGE----- using the given passphrase. If a message is
51decrypted, the E_ENCRYPTED flag will be set (recognisable by the "E" in the
52history).
53
54GPG FOR OTHER CLIENTS
55=====================
56
57Mirabilis ICQ: http://www.samopal.com/soft/pgpicq/index.php
58Miranda ICQ: http://miranda-im.org/download/details.php?action=viewfile&id=216
Note: See TracBrowser for help on using the browser.