From d6f295911410b186c9852330a3eb394db1bf0807 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Sat, 23 Sep 2023 10:11:01 +0900 Subject: python/python3-otr: Added (otr protocol for python). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-otr/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-otr/README (limited to 'python/python3-otr/README') 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. + -- cgit v1.2.3