freebsd-ports/net-im/py-unmessage/pkg-descr
Richard Gallamore 46c3c11fc7 unMessage is a peer-to-peer instant messaging application designed to enhance
privacy and anonymity.

Features:

Transport makes use of Twisted, Tor Onion Services and txtorcon
Encryption is performed using the Double Ratchet Algorithm implemented in pyaxo (using PyNaCl)
Authentication makes use of the Socialist Millionaire Protocol implemented in Cryptully
Transport metadata is minimized by Tor and application metadata by the unMessage protocol
User interfaces are created with Tkinter (graphical) and curses (command-line)

WWW: https://github.com/AnemoneLabs/unmessage

PR:		222043
Submitted by:	Yuri Victorovich (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor), koobs
Approved by:	lifanov (mentor), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12312
2017-09-14 03:05:09 +00:00

16 lines
593 B
Plaintext

unMessage is a peer-to-peer instant messaging application designed to enhance
privacy and anonymity.
Features:
* Transport makes use of Twisted, Tor Onion Services and txtorcon
* Encryption is performed using the Double Ratchet Algorithm implemented in
pyaxo (using PyNaCl)
* Authentication makes use of the Socialist Millionaire Protocol implemented
in Cryptully
* Transport metadata is minimized by Tor and application metadata by the
unMessage protocol
* User interfaces are created with Tkinter (graphical) and curses
(command-line)
WWW: https://github.com/AnemoneLabs/unmessage