Archived
🆕 Software Suggestion | Replace Ricochet with Cwtch? #781
Closed
opened 2019-03-16 11:51:43 +00:00 by Mikaela
·
8 comments
No Branch/Tag Specified
master
dependabot/bundler/nokogiri-1.13.6
dependabot/bundler/addressable-2.8.0
freddy-m-patch-3
pr-add_RemoveMyPhone_sponsor
pr-browser_cleanup_1257_1328_1430
freddy-m-patch-2
freddy-m-patch-1
pr-vpn_hated_one_video
cdn
update-nitrohorse-image
promote-metager-to-card
hardware
pr-add_azirevpn
pr-add_mailfence
shop
1673
pr/1658
i18n-simple
sponsorship-edits-nov2019
i18n
ipfs
blacklight447-ptio-patch-3
blog
remove-windows-icons
pr/1147
i18n-testing
add-beautify
No results found.
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#781
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Basic Information
Name: Cwtch
Category: Encrypted Instant Messenger
URL: https://cwtch.im/ (source: https://git.openprivacy.ca/cwtch.im/cwtch)
Description
I get the impression that it's the continuation of Ricochet of which there is a lot of discussion in closed pull request to remove it in https://github.com/privacytoolsIO/privacytools.io/pull/476 and especially in open issue to add a warning to update the shipped Tor binary onto it https://github.com/privacytoolsIO/privacytools.io/issues/474.
Interesting, tried it out but it still seems in early alpha and not ready for practicle use yet, what about Briar? Maybe thats a replacement
I think Briar is Android app and currently has no way to add contacts who aren't physically in the same space, while Richochet and Cwtch are desktop apps, so it wouldn't work as a replacement in my opinion.
@Mikaela There is already a headless client in the works btw. But they are currently focused on the remote contacts feature, which I predict should be ready somewhere this year. after that briar will become a very interesting project to follow, as it will provide e2e encryption, will be peer to peer, so have no server to seize, and will hide almost all metadata because everything hides inside the tor network( so exit nodes are not a problem either)
update: briar remote contacts are now in alpha and expected to release at the end of next month.
Cwtch is commonly associated with Ricochet, but I think it would be worth noting that their primary focus seems to be group chat and whatnot. I am not entirely sure that they are NOT willing to sacrifice security for these features. Additionally, it is written in Go which uses a garbage collector, and they do not seem to be using a Go library named
memguard[1] to protect against accidental memory leaks among other issues. Perhaps one of their developers will read this message and consider usingmemguardextensively in Cwtch, but even then, developers of Go's cryptographic library have no intentions doing that anytime soon[4]. In fact, they are copying/passing sensitive data all over the place like there is no tomorrow. For anyone interested in the security details of all this, do grabCryptography Engineering: Design Principles and Practical Applicationsby Niels Ferguson, Bruce Schneier, and Tadayoshi Kohno[5], and read chapter 8Implementation Issues (I).As far as Ricochet is concerned, at a quick glance, one of the security issues is the use of
RSA1024[2] instead ofED25519-V3[3].[1] https://github.com/awnumar/memguard
[2] https://github.com/ricochet-im/ricochet/blob/master/src/tor/AddOnionCommand.cpp#L56
[3] https://github.com/torproject/torspec/blob/master/control-spec.txt#L1608
[4] https://github.com/golang/go/issues/25355#issuecomment-527294919
[5] https://www.schneier.com/books/cryptography_engineering/
I am currently somewhat low energy and cannot go into your comment in great detail, but do you think Cwtch would be worth considering as a worth mentioning team chat application?
Yes, definitely! The mentioned "shortcomings" can be fixed, and I personally like their threat model. I would like to clarify that my suspicion regarding sacrificing security for group chat and whatnot is unfounded. It might not be the case at all. All I am saying is that people should exercise caution. They did note it on their website that it is still an experimental prototype and that it should not be used where security, privacy, or anonymity is critical. In any case, I believe people should know about Cwtch's existence, I would like to see more developers working on it. It absolutely has a great potential!
What I disagree with is referring to Cwtch as a replacement of Ricochet. Ricochet is still a good choice today, and unlike Cwtch, it has been audited[1]. Moreover, according to Secushare, it is "probably the best choice at this given moment in time as it protects metadata and is very easy to install"[2] for desktops.
[1] https://ricochet.im/files/ricochet-ncc-audit-2016-01.pdf
[2] https://secushare.org/comparison
cwtch is still really alpha software though.