I saw the headline and was ready to rage about why they should just use signal instead. Then I read the article and honestly this is a fucking genius use of tech
The Guardian and the University of Cambridge Computer Science Department unveil new technology to protect journalists
Submitted 2 weeks ago by Davriellelouna@lemmy.world to technology@lemmy.world
Comments
Mynameisallen@lemmy.zip 2 weeks ago
Ulrich@feddit.org 2 weeks ago
I read it and don’t understand. Why is this better than Signal?
rosco385@lemmy.wtf 2 weeks ago
Because analysing network traffic wouldn’t allow an adversary to see what you’re sending with Signal, but they could still tell you’re sendig a secure message.
What the Guardian is doing is hiding that secure chat traffic inside the Guardian app, so packet sniffing would only show you’re accessing news.
Mynameisallen@lemmy.zip 2 weeks ago
For one, ease of access. Say you’re trying to break a story, who are you going to message with signal? Because you’re going to need to get that contact info somehow right?
Snowden is permanently stranded in Russia. That’s not exactly a great example of an anonymous source.
MCasq_qsaCJ_234@lemmy.zip 2 weeks ago
Messaging protocols already resemble the frameworks that come out from time to time. And their effectiveness is due to the fact that they require a certain quota of users.
It’s just a secure messaging app with a direct line to Guardian journalists. How to use 911 or special numbers when you’re not feeling well.
bathing_in_bismuth@sh.itjust.works 2 weeks ago
Yeah this is insanely good
fubarx@lemmy.world 2 weeks ago
SocialMediaRefugee@lemmy.world 2 weeks ago
The tech behind the tool conceals the fact that messaging is taking place at all. It makes the communication indistinguishable from data sent to and from the app by our millions of regular users.
Reminds me of how the Germans in WW1 knew they couldn’t trust their diplomatic codes anymore so they just sent the important messages in the normal, innocuous telegraph system and diplomatic pouches. They knew that foreign intelligence would be focused on the bogus secure messages.
unexposedhazard@discuss.tchncs.de 2 weeks ago
Horrible name sadly
perestroika@lemm.ee 2 weeks ago
Technical summary: it seems OK against an observer who can see the network traffic but hasn’t infiltrated the phone of the source or the computer of the news organization.
Any real message is stored locally on the smartphone by the CoverDrop module and sent as the next CoverDrop message, i.e. replacing the dummy message which would otherwise have been sent. Consequently a network observer cannot determine whether any communication is taking place and CoverDrop therefore provides the potential source with plausible deniability.
The CoverNode and each journalist has their own public-private key pair. These keys are published by the news organization and available to the CoverDrop module directly so the user does not need know about them. When the CoverDrop module is used for the first time, it generates a new, random public-private key pair for the user.
All real CoverDrop messages sent by the CoverDrop module to the CoverNode include the text written by the potential source as well as their own public key. The message is first encrypted using the public key of the journalist who will ultimately receive the message, then encrypted a second time using the public key of the CoverNode. All dummy CoverDrop messages are encrypted using the public key of the CoverNode. All messages, real or dummy, are arranged to be the same, fixed length. Encryption and length constraints ensure that only the CoverNode can distinguish between real and dummy messages.
Bogasse@lemmy.ml 2 weeks ago
To sum it up even more : this looks like standard end-to-end encryption, but any app user have the same network traffic, completed with fake data if no communication is needed.
Don_alForno@feddit.org 2 weeks ago
If you want to blow the whistle on somebody and wonder if the Guardian is trustworthy I suggest you ask Julian Asssange.
hera@feddit.uk 2 weeks ago
Love seeing open source projects from companies that aren’t specifically tech firms