Hacker News new | ask | show | jobs
by veeti 3285 days ago
Homebrew crypto written by 4chan. No offline messages. Drains a gigabyte of data and battery overnight thanks to P2P.
1 comments

> Homebrew crypto written by 4chan.

Where did you get that from? Tox uses libsodium. [0]

[0] https://github.com/irungentoo/toxcore/blob/master/docs/updat...

There is more to building a secure end-to-end messaging protocol than dropping in libsodium and calling it a day. See issues like https://github.com/TokTok/c-toxcore/issues/426.
There is a lot more. But Tox is hardly "homebrew crypto" from "4chan" hackers.

Though, even the issue you've linked show the thought that the tox team have been putting into their protocol. (A stolen private key is game over, as in most situations. KCI is hard, let's rework.)