aboutsummaryrefslogtreecommitdiff
path: root/python/python3-otr/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-otr_2023-09-22@lockywolf.net>2023-09-23 10:11:01 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:32 +0700
commitd6f295911410b186c9852330a3eb394db1bf0807 (patch)
tree41da863c7e96f294649e54146ee20e34d3fe614c /python/python3-otr/README
parent1de50fa4391331eb4752fb337074ccbacbc0b25a (diff)
python/python3-otr: Added (otr protocol for python).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-otr/README')
-rw-r--r--python/python3-otr/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-otr/README b/python/python3-otr/README
new file mode 100644
index 0000000000..909e95febb
--- /dev/null
+++ b/python/python3-otr/README
@@ -0,0 +1,10 @@
+This package implements Off-The-Record Messaging protocol in python.
+
+Off-The-Record Messaging (OTR) is a cryptographic protocol that
+provides encryption for instant messaging conversations. OTR uses a
+combination of AES symmetric-key algorithm with 128 bits key length,
+the Diffie-Hellman key exchange with 1536 bits group size, and the
+SHA-1/SHA-256 hash functions.
+
+Its primary purpose is to be a dependency for the Blink SIP client.
+