[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
simple chat
On Mon, 10 Aug 2015 00:13:06 +0200
rysiek <[email protected]> wrote:
> Dnia niedziela, 9 sierpnia 2015 18:14:09 Juan pisze:
> > does anybody know a simple application with these features?
> >
> >
> > 1) 'group chat' for a 'few' people - say, no more than 10
> >
> > 2) uses symmetric encryption (users already shared the key)
> >
> > 3) application uses a server for people to learn each other's
> > addresses, but after the address exchange, the messages are sent p2p
>
> Tox:
> https://tox.chat/
>
> It does not support symmetric encryption (everything is encrypted
> with public key crypto), but if you have a pre-shared secret, you can
> use some other channel (say, e-mail with contents encrypted
> symmetrically) to share ToxIDs. Then, add people to a Groupchat and
> you're good to go.
>
Thanks rysiek! Will check it out.
(not sure if it belongs in the 'simple' category though...)