Molly - a better signal
Molly - a better signal

Molly

Molly - a better signal
Molly
A truly better signal is one that's not using a centralized service.
I don't see an issue as signal is designed not to trust the server. Signal also uses sealed sender and Perfect Forward Secrecy, which is something almost all e2ee messengers lack. What it means in practice is signal leaks very little if any metadata, if you leak metadata you give away details about who your talking to and for how long, etc. Examples might include talking with a suicide hotline, or a doctor, maybe a customer service agent at a company and for how long. Those details will give a lot away about you, even if the messages or calls themselves are encrypted. Matrix is not recommended for communication because it fails to properly hide metadata and actively trusts the servers. When you make a call on signal, as long as both users have "Always Relay Calls" set to disabled, your calls will be peer to peer instead of trusting a central server to facilitate the connection and trusting a middle man. What this means is since the connection is peer to peer you can leak your IP address to the user you're talking to, however a VPN fixes this issue.
Thanks for taking the time to reply. There are multiple issues with centralization.
I could go on and on, but the first one is the main one IMO: we are past the need to trust anybody with our instant messaging and put a fundamental aspect of our lives at the mercy of (geo)political and societal woes. That's practically a solved problem in the opensource world, and we can make it ethical and sustainable by just opting out of the dominative model of monopolistic and centralized systems.
signal is designed not to trust the server
Unfortunately this is not enough. A malicious Signal server can mount a timing correlation attack and infer the social graph of an user. Having a centralized server makes it more difficult to mitigate such risk.
Relying on a centralized service can still be problematic. If nothing else it's a central point of failure, even if you don't have any particular privacy concerns due to the usage of end-to-end encryption. Signal also relies on Intel SGX for some of their privacy features on the server, which is somewhat dubious. AFAIK this is currently mostly used for contact discovery, which would otherwise be an even worse situation, but it has seemed in the past like they were interested in expanding this, though maybe that's just all speculation. Regardless, my main concern with signal being centralized is that you have a lot less control over your chat. Signal can change on a moments notice and it's all just gone.
Yes and no. decentralization is great for a lot of reasons but it does come with downsides. I don't know about you, but i convinced my family and friends to use and keep Signal for years now and i don't think i would have had such luck with Matrix/Element, let alone a p2p app.
I'm glad decentralized options exist and think they deserve more funding and love, however.
I managed to convince my family to use XMPP. Since about 2015. It's been great, and apparently is getting better since more are joining :)
My family uses Matrix, and if some don't, I don't talk to them online.
Just as a side note: You can easily use Matrix with a signal bridge if you selfhost (or use Beeper, which is Matrix with central bridge management)
Look at https://simplex.im/ then. It's work in progress but the design is good.
But I'm glad to have a better Signal client too.
Some interesting thoughts on this from the Signal creator: https://signal.org/blog/the-ecosystem-is-moving/
He is dodgy af. Doesn't want any Signal forks (Molly being the only one tolerated) and won't let them connect to the server. That's why the open source version LibreSignal was shut down. He also doesn't want Signal to be on F-Droid, a store which only allows 100% free/open source software.
Take everything coming out of his mouth with a grain of salt.
And an objection by the author of a popular XMPP client: https://gultsch.de/objection.html
Yeah and that doesn't change the fact that decentralization is better for freedom
"It’s what Slack did with IRC, what Facebook did with email, and what WhatsApp has done with XMPP". Doesn't he also notice a certain thing in common? Y'know, that they turned hostile?
You got me there. There aren't a lot of alternatives that have the same stability
Yes. You're right. When you make a post you probably should give a body to it rather than just a link to a project. Why do you think it's a better signal? Otherwise people aren't going to find it super useful
It has a F-droid repo and has a completely foss option.
I just assuming people would click the link
You just posted a link to some app most people don't know about a "better Signal" , with no explanation of why. That's classic spammy vibes.
Most people are not going to click the link, they might click in to see what you're talking about, but you just link to something else, so most people are just going to charitably just go away.
I wouldn't recommend using fdroid due to security concerns. When you download a fdroid so it is signed by fdroid instead of the developer, what this means it's if fdroid gets hacked all your fdroid apps are insecure and can receive malicious updates. You also trust fdroid as another party in the chain, when in reality you should remove as many parties as possible. They also tend to host outdated apps with no updates in years. Use obtainium as it will pull directly from the developers GitHub page and will be signed by the developer instead.
Now if someone could make a desktop app (perhaps using Qt or some similar cross-platform toolkit) that isn’t Electron bloatware, for all the people who don’t have a few spare CPU cores and gigabytes of RAM to spend on a messaging client.
Molly added multi-device support, including secondary Android devices - phones, tablets, etc.
I don't understand. What makes Molly more trustworthy than Signal, if they both use the same central sever? The website doesn't really provide much data.
It has a completely Foss option and reenables pin codes
It also has a F-droid repo which makes it much easier for me to use
I've been using Molly on my GrapheneOS phone for about a year. It's been pretty great so far.
Does it allow you to exchange messages with people on non-FOSS OSes?
Yeah, I message one of my friends who has stock Android and stock Signal.
I used to be addicted to Signal on Stock Android, but I've been sober for over a year using Molly on GOS.
This is actually more than welcome. I never understood why you could have your signal on your phone and ipad, but not on two phones. Applaud molly to do so!
What is the difference between regular signal app I am on iOS so doesn’t matter just curious?
Molly is only available on Android, as far as differences it is a hardened fork of signal with an encrypted database, what that means in practice is even if someone was actively probing your phone to try to gain access to messages they wouldn't be able to due to the encryption. It's very useful if you are an active target or you don't trust your phone os to play nice. I personally use it myself and really like it but in general it's not terribly different.
It has a completely FOSS version that is available on F-droid. It also implements a pin which signal removed for convenience.
Its not available for ios
The RAM shredding feature seems kind of silly to me, but I don't know the details. Ideally the operating system should clear pages before giving them to other applications... While I can see the appeal in also doing it in the application, it seems kinda wasteful, and I wouldn't trust the application to do a good job of that anyway. If the point is to prevent the app itself from leaking private keys on a buffer overflow or whatever... I guess I can see the value of that, but I'd rather see mitigations for the buffer overflows highlighted instead. I guess this just makes me a little suspicious of the actual value provided by the app.
Okay, I got curious and looked into it... These are the relevant files for the "RAM shredding"
I'm not an Android dev, but at first glance it looks like all this does is try to allocate all of the free memory in the system, and walks through the pages and uses rand()
to fill in all of the bytes. Technically it's possible for the pages returned by malloc
to contain old data, but only if it was allocated by your process in the first place (maybe that's not the case on Android?)... So I guess the idea is that if Molly itself is compromised and an attacker is able to allocate memory in the Molly process they could conceivably get an old page from memory and that page might contain secrets from the Molly app itself... But at that point, surely you're fucked anyway, and the attacker can presumably read all of the currently allocated memory which is certainly far more of a security concern anyway? I just don't think it's worth the cycles.
The biggest thing molly has going for it is its f-droid repo and fully Foss version.
That’s fair. Just when applications tout dubious security features it makes me a little sceptical of the expertise of the developers. At the very least I’m disappointed that they don’t have more details on this. If it is valuable, I’d be interested to hear more about it.
A signal of hope
Are there any downsides to Molly vs vanilla app?
I don't really know as I have mostly just use molly
This post once contained a bad take about Signal in service of a not particularly funny gag. It has been removed.
Signal is definitely not compromised. It has and is being reviewed by many cybersecurity professionals and is considered pretty secure. It has some downsides like its use of centralized servers and some metadata leakage but other than that its solid.
So to update your comment:
"Don't use signal its compromised!"
Yep
The one useful feature here might be automatic backups. Losing chat data is the biggest downside for the friends who didn't like signal. It's not worth the risk for them.
I have automatic backups set up with foldersync, and it works pretty well but feels janky to set up. I also have to periodically clear the files from my Google Drive trash folder else it eats up my storage.
Well signal is full of proprietary software even though its core is Foss. That's why molly doesn't support absolutely proprietary operating systems
Signal on the Google play store isn't FOSS but it facilitates the delivery of notifications to the user. The protocol itself is open source and notifications are handled securely even with Google play services on the phone. If you want a FOSS version, use the APK on their website, it has an auto updater.
Molly doesn't really remove the proprietary Google parts unless you download the FOSS version
It simply isn't for iOS, because they didn't develop a version for iOS
The one anti-spam module in the server code and… what else is proprietary?
FCM? The thing they need to give android users (with Google play services installed) notifications?