Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more β
C-toxcore Alternatives
Similar projects and alternatives to c-toxcore
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
privacytools.io
Discontinued π‘π You are being watched. Protect your privacy against global mass surveillance.
-
simplex-chat
SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps π±!
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
Reticulum
The cryptography-based networking stack for building unstoppable networks with LoRa, Packet Radio, WiFi and everything in between.
-
-
qTox
Discontinued qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
-
-
-
berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
-
-
-
-
-
OnionBrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
-
qTox_enhanced
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
c-toxcore discussion
c-toxcore reviews and mentions
-
Direct sending and receiving data trought WiFi
I would create a mesh wifi. (similar https://reticulum.network/, tox https://github.com/TokTok/c-toxcore etc)
-
Bluesky Adds Direct Messages
> but at the very least I think Bluesky could start with generating a private key on each client device, and then using a simple box algorithm to encrypt messages towards the user they want to talk to.
Furry cryptography nerd here.
No. This is inadequate.
> I don't think https://tweetnacl.cr.yp.to/ is hard to mess up.
Yes it is! If you're doing to encrypt some things in a constrained use-case, sure, NaCl is better than hand-rolling it yourself. But it's not sufficient for end-to-end encryption. Here's a few things that TweetNaCl (and other NaCl variants) is, without further protocol design, inadequate to protect against:
1. Invisible Salamanders. NaCl uses xsalsa20poly1305, which is not key-committing.
2. Key Compromise Impersonation. See also, Toxcore, which built atop NaCl: https://github.com/TokTok/c-toxcore/issues/426
3. How do you do group messaging? If you do it as just pairwise, do you use the same public key as your p2p messaging? If so, how do you make sure you don't have a nonce reuse condition between both interactions. Oops.
There is a damn reason end-to-end encryption involves authenticated key exchanges and forward-secure double ratchets.
- Tox Core is one of the nicest-to-read C codebases
-
uTox β The Lightweight Tox Client
See also this somewhat infamous thread on Tox's cryptographic design[1].
[1]: https://github.com/TokTok/c-toxcore/issues/426
-
Tox seems slowly dying (change my mind), what alternatives have you researched?
In case with Tox you have to trust in homebrew crypto that was never properly audited (how about that security issue reported by Donenfeld in 2017, which is being tackled only now, sort of?) -- and outdated and outright abandoned clients which were never above, let's say, "beta quality".
-
qTox unmaintained. Is this the end of qTox?
it has the new group chat feature (https://github.com/TokTok/c-toxcore/pull/2269)
-
Π ΠΎΡΡΠΈΠΉΡΠΊΠΈΠ΅ ΡΠΏΠ΅ΡΡΠ»ΡΠΆΠ±Ρ Π½Π°ΡΡΠΈΠ»ΠΈΡΡ ΡΠ»Π΅Π΄ΠΈΡΡ Π·Π° ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»ΡΠΌΠΈ Telegram
"If Tox already does onion routing, why use Tox over Tor?"
-
My list of favorite secure messaging apps
What an arbitrary criteria to judge a project by. There have been 5 releases in the past year, including a major feature release.
https://github.com/TokTok/c-toxcore/releases
-
I know Privacy Guides is the new version of Privacy Tools, but even if so, do the recommendations (or at least most of them) in the old site still apply today?
Signal isn't falling behind and Tox is an old service that has had issues with messages being spoofable since day 1
-
Shadiness in the Privacy Space: Jonah Aragon's (PrivacyGuides) Failed Attempt to Takeover PrivacyTools.io
tox https://github.com/TokTok/c-toxcore/issues/426
-
A note from our sponsor - InfluxDB
influxdata.com | 23 Apr 2025
Stats
TokTok/c-toxcore is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of c-toxcore is C.