diff options
author | Guillermo Bonvehi <gbonvehi@gmail.com> | 2010-05-11 20:00:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:54 +0200 |
commit | 2479031c60762ef77435f0797f0df071fddcf7d8 (patch) | |
tree | 552487ffb4a2216c16615e97b680b38c36b073c6 /libraries/libotr/README | |
parent | 98d28bedfe9688f6a2ecf614db04e8aeb2c7f9e3 (diff) |
libraries/libotr: Added to 12.0 repository
Diffstat (limited to 'libraries/libotr/README')
-rw-r--r-- | libraries/libotr/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libotr/README b/libraries/libotr/README new file mode 100644 index 000000000000..b9555d2aaa49 --- /dev/null +++ b/libraries/libotr/README @@ -0,0 +1,10 @@ +libotr (OTR Messaging Library and Toolkit) + +This is the portable OTR Messaging Library, as well as the toolkit to +help you forge messages. +OTR allows you to have private conversations over IM by providing: + - Encryption: No one else can read your instant messages. + - Authentication: You are assured the correspondent is who you think it is. + - Deniability: The messages you send do not have digital signatures + - Perfect forward secrecy: If you lose control of your private keys, + no previous conversation is compromised. |