Software:Tox (protocol)

From HandWiki
Short description: Distributed protocol for telephony and instant messaging
Tox
ToxLogo.png
Stable release
0.2.18 / 18 April 2022; 23 months ago (2022-04-18)[1]
Written inC
Operating systemLinux, OS X, Windows, Android, iOS, FreeBSD, OpenIndiana, Sailfish OS
TypeVoIP, Instant messaging, Videoconferencing
LicenseGPL-3.0-or-later.

Tox is a peer-to-peer instant-messaging and video-calling protocol that offers end-to-end encryption. The stated goal of the project is to provide secure yet easily accessible communication for everyone.[2] A reference implementation of the protocol is published as free and open-source software under the terms of the GNU GPL-3.0-or-later.

History

Inception

An idea of developing a secure peer-to-peer messenger which would later turn into Tox sparked on the anonymous imageboard 4chan[3] amidst the allegations that Skype provided NSA with an access to their infrastructure and encryption, just before they were bought by Microsoft.[4][5]

The initial commit to GitHub was pushed on June 23, 2013, by a user named irungentoo.[6] Unofficial community builds became available as early as on August 23, 2013,[7] with first official builds made available in October 2013.[8] On July 12, 2014, Tox entered an alpha stage in development and a redesigned download page was created for the occasion.[9]

Project's fork and Rust implementation

Sometime during 2016, the original reference implementation saw a steady decline in development activity,[10] with the last known commit currently dated Oct 2018.[11] This caused the project to split, with those interested in continuing the development creating a new fork of Tox core[12] called "c-toxcore" around the end of September 2016.

Currently c-toxcore is being developed by a collective known as the TokTok Project.[13] They describe their mission as "to promote universal freedom of expression and to preserve unrestricted information exchange".[14] Their current goals are to continue slow iterative development of the existing core implementation, along with in-parallel development of a new reference implementation in Rust.[13][15]

Initially, the Rust implementation of the protocol library was split in two halves, one handling most of the grunt work of communication with the network, and another one responsible specifically for bootstrap node operation. In December 2022 those were merged, with developers stating that code is now mature enough to support basic communication and bootstrap node operations using TCP connections. As of June 2023 the development is still ongoing, but no client implementations using Rust core library is available yet.[15]

Security audit and related concerns

Although the original core library implementation and its forks have been available for the general public for almost a decade, none of them have been reviewed by a competent third-party security researcher.

Back in 2017, WireGuard's author Jason A. Donenfeld opened an issue on the project's GitHub page[16] where he stated that c-toxcore is vulnerable to key compromise impersonation (KCI) attacks.

He has attributed his find to the fact that Tox is relying on a "homebrew crypto" developed by "non-experts" to facilitate handshakes. He also criticized some other design choices used by Tox developers as well, like using raw ECDH values as encryption keys.

This report has caused developers to put an additional disclaimer on the project's GitHub page,[17] stating that Tox is an experimental cryptographic network library that has not been formally audited by an independent third party that specializes in cryptography or cryptanalysis, with a separate disclaimer that users may use it on their own risk.

In March 2023, a post on the project's blog[18] stated that one of the community members is working to redesign the cryptographic mechanism used by Tox to perform handshakes using the AKE mechanisms used in Noise Protocol Framework. This post also contains a detailed explanation of the original vulnerability.

Tox Foundation controversy

During the first two years of its life, the project's business and monetary side was handled by Tox Foundation, a California-registered corporation.[19] On July 6, 2015 an issue was open on the project's GitHub, where a third party stated[20] that Tox Foundation's sole board member, Sean Qureshi, used an amount of money in thousands of US dollars to pay for their college tuition,[21] with those funds coming from Tox Foundation's participation in Google Summer of Code. When asked for additional clarification, irungentoo on behalf of the project's team confirmed the allegations.[22] On July 11, 2015 the project's infrastructure and repositories were moved to a new locations, due to the fact that Qureshi controlled the original project's domains and servers. In the project's blog the development team has announced their "disassociation" with Tox Foundation and Qureshi in particular, and further addressed the issue.[23] This situation caused many prominent contributors to cease Tox-related activity.[24]

Features

Encryption of traffic

Users are assigned a public and private key, and they connect to each other directly in a fully distributed, peer-to-peer network. Users have the ability to message friends, join chat rooms with friends or strangers, voice/video chat, and send each other files. All traffic over Tox is end-to-end encrypted using the NaCl library, which provides authenticated encryption and perfect forward secrecy.

Additional messaging features

Tox clients aim to provide support for various secure and anonymised communication features; while every client supports messaging, additional features like group messaging, voice and video calling, voice and video conferencing, typing indicators, message read-receipts, file sharing, profile encryption, and desktop streaming are supported to various degrees by mobile and desktop clients. Additional features can be implemented by any client as long as they are supported by the core protocol. Features that are not related to the core networking system are left up to the client. Client developers are strongly encouraged to adhere to the Tox Client Standard[25] in order to maintain cross-client compatibility and uphold best security practices.

Usability as an instant messenger

Though several apps that use the Tox protocol seem similar in function to regular instant messaging apps, the lack of central servers similar to XMPP or Matrix currently has the consequence that both parties of the chat need to be online for the message to be sent and received. The Tox enabled messengers deal with this in separate ways, some prevent the user from sending the message if the other party has disconnected while others show the message as being sent when in reality it is stored in the sender's phone waiting to be delivered when the receiving party reconnects to the network.[26]

Architecture

Core

The Tox core is a library establishing the protocol and API. User front-ends, or clients, are built on the top of the core. Anyone can create a client utilizing the core.

Technical documents describing the design of the Core, written by the original Tox core library developer irungentoo, are available publicly.[27][28]

Protocol

The core of Tox is an implementation of the Tox protocol, an example of the application layer of the OSI model and arguably the presentation layer. While there's at least one known implementation of the Tox protocol provided by third-party developers,[29] it never lived past the prototype stage.

Tox uses the Opus audio format for audio streaming and the VP8 video compression format for video streaming.

Encryption

Tox uses the cryptographic primitives present in the NaCl crypto library, via libsodium. Specifically, Tox employs Curve25519 for its key exchanges, XSalsa20 for symmetric encryption, and Poly1305 for MACs.[30]

Because the tox protocol can be used by many different applications, and because the tox network broadcasts the used client, it is also possible for clients to use additional encryption when sending to clients which support the same features.

Clients

A client is a program that uses the Tox core library to communicate with other users of the Tox protocol. Various clients are available for a wide range of systems.

As of June 2023, according to the sources used to populate the table below, there was only one actively maintained desktop client[31] in existence, authored by a presumably Russian developer.[32]

According to their Stack Overflow and Gitlab accounts,[33][34] they were at some point an employee of a Russian company which supplied CCTV hardware and traffic cameras to various police departments around the Russia.[35][36]

Most of previously popular clients like µTox and qTox, in turn, saw a decline in development pace, and has since been abandoned[37] or deprecated.[38]

The following list is showcasing most known clients to support Tox, but may be incomplete.[39]

Name Operating system Written in Development status & comments
Antidote[40] iOS Swift Abandoned (see project's GitHub page)
Antox[41] Android Scala, Java Abandoned, last update in August 2019
aTox[42] Android Kotlin Active, last update in February 2023
Cyanide[43] Sailfish OS C++ Abandoned,[44] last update in Jan 2017
gTox[45] Linux C++ (GTK+ 3) Abandoned in 2015 (see project's GitHub page)
qTox[46] Linux, FreeBSD, OS X, Windows C++ (Qt) Abandoned in 2023 (see project's GitHub page)
Toxic[47] Linux, FreeBSD, OpenBSD, DragonflyBSD, NetBSD, Solaris, macOS, Android C (Ncurses) Active, last update in April 2023
Toxy[48] Windows C# (WPF) Abandoned, last update in September 2018[49]
Toxygen[50] Linux, Windows Python (Qt via PySide) Abandoned, last update in May 2020
TRIfA[51] Android C, Java Active, last update Feb 2023
µTox[52] Linux, FreeBSD, OS X, Windows C Abandoned, last update July 2021
xWinTox[53] Linux, FreeBSD, Solaris C/C++ (FLTK) Abandoned,[54] last update in December 2015
Isotoxin[55] Windows C++ Abandoned,[56] last update in March 2018
ratox[57] Linux, BSD, OS X C Active [58]
WebTox[59] Web-based HTML5 (client) + Go (server) Abandoned,[60] last update in Jan 2016
yat[31] Linux, Windows, macOS Vala Active (last update in June 2023[61])
Pidgin Linux, Windows C (libpurple plugin) Original version abandoned since May 2017[62]
Newest known fork abandoned since Jan 2020[63]
Miranda NG Windows C++ (plugin) No active development
Last update in December 2021[64]

Reception

Tox received some significant publicity in its early conceptual stage, catching the attention of global online tech news sites.[65][66][67][68] On August 15, 2013, Tox was number five on GitHub's top trending list.[69] Concerns about metadata leaks were raised, and developers responded by implementing Onion routing for the friend-finding process.[70] Tox was accepted into the Google Summer of Code as a Mentoring Organization in 2014 and 2015.[71][72]

See also

References

  1. "GitHub - TokTok/c-toxcore: The future of online communications.". TokTok Project. 2022-03-05. https://github.com/TokTok/c-toxcore. 
  2. "Secure Messaging for Everyone". Tox. https://tox.chat. 
  3. "Daily reminder that Skype reads the URLs you send, your browser profile, sends encrypted data to Microsoft data centers and gives your conversations to the NSA.". 2013-06-23. https://desuarchive.org/g/thread/34778013/#q34779405. 
  4. Bogdan Popa (20 June 2013). "Skype Provided Backdoor Access to the NSA Before Microsoft Takeover (NYT)". https://news.softpedia.com/news/Skype-Provided-Backdoor-Access-to-the-NSA-Before-Microsoft-Takeover-NYT-362384.shtml. 
  5. Bogdan Popa (31 December 2014). "Leaked Documents Show the NSA Had Full Access to Skype Chats". https://news.softpedia.com/news/Leaked-Documents-Shows-the-NSA-Had-Full-Access-to-Skype-Chats-468691.shtml. 
  6. "Initial commit". GitHub. https://github.com/irungentoo/toxcore/commit/f8ccb9adb99fc143e11927a461d06da1b3d5bcba. 
  7. "Binaries - Tox". 2013-08-23. http://wiki.tox.im:80/Binaries. 
  8. "Binaries - Tox". 2013-10-04. http://wiki.tox.im:80/Binaries. 
  9. "Binaries - Tox". 2014-08-09. https://wiki.tox.im/Binaries. 
  10. "Commits · irungentoo/toxcore" (in en). https://github.com/irungentoo/toxcore. 
  11. "Fix memory leak when closing TCP connection. · irungentoo/toxcore@bf69b54" (in en). https://github.com/irungentoo/toxcore/commit/bf69b54f64003d160d759068f4816b2d9b2e1e21. 
  12. "Commits · TokTok/c-toxcore" (in en). https://github.com/TokTok/c-toxcore. 
  13. 13.0 13.1 "The TokTok Project - Home". https://toktok.ltd/. 
  14. "The TokTok Project - Mission". https://toktok.ltd/mission.html. 
  15. 15.0 15.1 Tox, tox-rs, 2023-05-08, https://github.com/tox-rs/tox, retrieved 2023-05-18 
  16. "Tox Handshake Vulnerable to KCI · Issue #426 · TokTok/c-toxcore" (in en). https://github.com/TokTok/c-toxcore/issues/426. 
  17. TokTok/c-toxcore, TokTok Project, 2023-05-18, https://github.com/TokTok/c-toxcore, retrieved 2023-05-20 
  18. "Redesign of Tox's Cryptographic Handshake – Tox Blog" (in en-US). 2023-03-02. https://blog.tox.chat/2023/03/redesign-of-toxs-cryptographic-handshake/. 
  19. "Tox Foundation - BusinessesCalifornia". http://www.businessescalifornia.com/c/business/tox-foundation/C3671152. 
  20. "Current situation of Tox · Issue #1379 · irungentoo/toxcore" (in en). https://github.com/irungentoo/toxcore/issues/1379. 
  21. "Current situation of Tox · Issue #1379 · irungentoo/toxcore" (in en). https://github.com/irungentoo/toxcore/issues/1379. 
  22. "Current situation of Tox · Issue #1379 · irungentoo/toxcore" (in en). https://github.com/irungentoo/toxcore/issues/1379. 
  23. "Current Situation – Tox Blog" (in en-US). 2015-07-11. https://blog.tox.chat/2015/07/current-situation-3/. 
  24. "A split within the Tox project". Nathan Willis. 15 July 2015. https://lwn.net/Articles/651003/. 
  25. "Tox Client Standard". https://www.gitbook.com/book/tox/tox-client-standard/details. 
  26. "users:troubleshooting - Tox Wiki". https://wiki.tox.chat/users/troubleshooting. 
  27. "Toxcore Documentation". GitHub. https://github.com/Tox-Docs/Text/tree/master/src_text. 
  28. "Toxcore Documentation (full copy of a repository saved via web.archive.org)". 2023-05-20. https://codeload.github.com/Tox-Docs/Text/zip/refs/heads/master. 
  29. "Xot". GitHub. https://github.com/mahkoh/Xot. 
  30. "A New Kind of Instant Messaging" (in en). https://tox.chat/faq.html#tox-encryption-algorithm. 
  31. 31.0 31.1 "yat". GitLab. https://gitlab.com/neva_blyad/yat. 
  32. "yat's author Gitlab page". https://gitlab.com/neva_blyad. 
  33. "User НЕВСКИЙ БЛЯДИНА" (in en). https://stackoverflow.com/users/11609137/%d0%9d%d0%95%d0%92%d0%a1%d0%9a%d0%98%d0%99-%d0%91%d0%9b%d0%af%d0%94%d0%98%d0%9d%d0%90. 
  34. "НЕВСКИЙ БЛЯДИНА / lovecry.pt · GitLab" (in en). https://gitlab.com/neva_blyad/lovecry.pt. 
  35. "О компании" (in ru-RU). https://korda-group.ru/about_company/. 
  36. "Реализованные проекты" (in ru-RU). https://korda-group.ru/our-projects/. 
  37. "uTox Github: last known commits". https://github.com/uTox/uTox/commits/develop. 
  38. "chore: update README with archive message · qTox/qTox@14fbfd4" (in en). https://github.com/qTox/qTox/commit/14fbfd482d95c196fba1d4cb4944fca6964d00d7. 
  39. "Client". Tox clients. https://wiki.tox.chat/clients. 
  40. "Antidote". https://antidote.im. 
  41. "Antox". Github. https://github.com/Antox/Antox. 
  42. "Atox". Github. https://github.com/evilcorpltd/aTox. 
  43. "Cyanide". Github. https://github.com/krobelus/cyanide. 
  44. "Last commit in Cyanide's repo". GitHub. https://github.com/krobelus/cyanide/commit/b03c7df96d968c056bfa61f396472b0df2cb5bd2. 
  45. "gTox". Github. https://github.com/KoKuToru/gTox. 
  46. "qTox". Github. https://github.com/qTox/qTox. 
  47. "Toxic". Github. https://github.com/JFreegman/toxic. 
  48. "Toxy". Github. https://wiki.tox.chat/clients/toxy. 
  49. "Toxy repo". GitHub. https://github.com/alexbakker/Toxy. 
  50. "Toxygen". Github. https://github.com/toxygen-project/toxygen. 
  51. "TRIfA". Github. https://github.com/zoff99/ToxAndroidRefImpl. 
  52. "µTox". Github. https://github.com/uTox/uTox. 
  53. "xWinTox". Tox-Wiki. https://wiki.tox.chat/clients/xwintox. 
  54. "Last commit in xWinTox repo". GitHub. https://github.com/JX7P/XwinTox/commit/1bface57d4e6392503a1b64aa471362f711cb510. 
  55. "Isotoxin". Tox-Wiki. https://wiki.tox.chat/clients/isotoxin. 
  56. "Last commit in the isotoxin repo". https://github.com/isotoxin/isotoxin/commits/master. 
  57. "ratox". 2f30. https://git.2f30.org/ratox/file/README.html. 
  58. "commit log of the ratox repo". 2f30. https://git.2f30.org/ratox/. 
  59. "WebTox". GitHub. https://github.com/codedust/WebTox. 
  60. "Last commit in the WebTox repo". GitHub. https://github.com/codedust/WebTox/commit/31789c7acb7b9f0027be11c369d242fa01116ccc. 
  61. "Commits · master · НЕВСКИЙ БЛЯДИНА / yat · GitLab" (in en). 2023-05-08. https://gitlab.com/neva_blyad/yat/-/commits/master. 
  62. "The end. · fizyk20/tox-prpl@d8de76a" (in en). https://github.com/fizyk20/tox-prpl/commit/d8de76a92ea3a9d2ee4d5332236b806a88bda03f. 
  63. "Commits · EionRobb/tox-prpl" (in en). https://github.com/EionRobb/tox-prpl. 
  64. "Tox protocol". https://forum.miranda-ng.org/index.php?topic=2487.msg29241#msg29241. 
  65. Kar, Saroj (5 August 2013). "Tox: A Replacement For Skype And Your Privacy?". Silicon Angle. http://siliconangle.com/blog/2013/08/05/tox-a-replacement-for-skype-and-your-privacy/. 
  66. Grüner, Sebastian (30 July 2013). "Skype-Alternative Freier und sicherer Videochat mit Tox" (in de). Golem.de. http://www.golem.de/news/skype-alternative-freier-und-sicherer-videochat-mit-tox-1307-100688.html. 
  67. "Проект Tox развивает свободную альтернативу Skype" (in ru). opennet.ru. 30 July 2013. http://www.opennet.ru/opennews/art.shtml?num=37542. 
  68. Nitschke, Manuel (2 August 2013). "Skype-Alternative Tox zum Ausprobieren" (in de). heise.de. http://www.heise.de/netze/meldung/Skype-Alternative-Tox-zum-Ausprobieren-1929033.html. 
  69. Asay, Matt (15 August 2013). "GitHub's new 'Trending' Feature Lets You See The Future". ReadWrite.com. http://readwrite.com/2013/08/15/github-new-trending-feature-future. 
  70. "Prevent_Tracking.txt". GitHub. https://github.com/irungentoo/ProjectTox-Core/blob/522f90fee138087db660dccc08413c53f388f604/docs/Prevent_Tracking.txt. 
  71. "Project Tox". GSoC 2014. https://www.google-melange.com/gsoc/org2/google/gsoc2014/tox. 
  72. "Project Tox". GSoC 2015. https://www.google-melange.com/gsoc/org2/google/gsoc2015/tox. 

External links