TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Governments spying on Apple, Google users through push notifications

871 pointsby ahiknsrover 1 year ago

69 comments

robbiet480over 1 year ago
We at the Home Assistant Companion for iOS team have been wanting to implement end to end encryption for our push notifications for a while now but Apple has denied our request for the com.apple.developer.usernotifications.filtering [0] entitlement multiple times. Wondering if with today&#x27;s news we could apply again and get it.<p>For context, we are sending ~35 million push notifications per month on iOS and ~67 million on Android, see more at [1]<p>[0]: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;bundleresources&#x2F;entitlements&#x2F;com_apple_developer_usernotifications_filtering" rel="nofollow noreferrer">https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;bundleresources&#x2F;en...</a><p>[1]: <a href="https:&#x2F;&#x2F;threadreaderapp.com&#x2F;thread&#x2F;1721717002946191480.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;threadreaderapp.com&#x2F;thread&#x2F;1721717002946191480.html</a>
评论 #38550004 未加载
评论 #38547080 未加载
评论 #38546096 未加载
评论 #38549816 未加载
评论 #38552687 未加载
评论 #38547846 未加载
MR4Dover 1 year ago
Ron Ryden has been barking up this tree for a long time:<p><a href="https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;issues&#x2F;secret-law" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;issues&#x2F;secret-law</a><p><a href="https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;news&#x2F;press-releases&#x2F;wyden-colleagues-introduce-legislation-to-ban-data-brokers-from-selling-americans-location-and-health-data" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;news&#x2F;press-releases&#x2F;wyden-colle...</a><p><a href="https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;news&#x2F;press-releases&#x2F;wyden-introduces-comprehensive-bill-to-secure-americans-personal-information-and-hold-corporations-accountable" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;news&#x2F;press-releases&#x2F;wyden-intro...</a><p><a href="https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;priorities&#x2F;gps-act" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;priorities&#x2F;gps-act</a><p><a href="https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;news&#x2F;press-releases&#x2F;wyden-releases-discussion-draft-of-legislation-to-provide-real-protections-for-americans-privacy" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.wyden.senate.gov&#x2F;news&#x2F;press-releases&#x2F;wyden-relea...</a>
评论 #38547200 未加载
评论 #38546387 未加载
评论 #38547395 未加载
jodrellblankover 1 year ago
&gt; &quot;<i>&quot;In this case, the federal government prohibited us from sharing any information,&quot; the company said in a statement. &quot;Now that this method has become public we are updating our transparency reporting to detail these kinds of requests.&quot;</i>&quot;<p>When they were building the CSAM detector: &quot;what if the government asks you to extend the detection to include other media such as political meme images?&quot; &quot;we would refuse&quot;.
评论 #38546397 未加载
评论 #38546983 未加载
评论 #38550485 未加载
jay-barronvilleover 1 year ago
Legitimately scary stuff but not surprising. Snowden risked everything to tell us what was going on and where things were headed yet here we are. At this point, it seems the only way to not be subject to this type of treatment by our governments is to completely unplug from the system, but of course, practically speaking, this isn’t feasible for the overwhelming majority of our society. So what are the alternatives here?
评论 #38549006 未加载
评论 #38551935 未加载
评论 #38555692 未加载
评论 #38550972 未加载
评论 #38552105 未加载
xystover 1 year ago
Would be great to see an example of notification metadata that can supposedly link it to real users.<p>Seems like this is what is being implied:<p>Given:<p>- users with notifications enabled<p>- have X app installed<p>- targeted user(s) reside in USA<p>- targeted users(s) following “foo” on X app<p>When:<p>- issue FISA warrant for all smartphone users that received notifications in regards to “foo” user<p>Then:<p>- able to pull all Apple&#x2F;Google accounts that match this criteria<p>- able to get real addresses and names<p>- can crosscheck names with other details to narrow down suspect<p>Or maybe it’s something even worse where notifications somehow leak location data
评论 #38544800 未加载
评论 #38545705 未加载
评论 #38546538 未加载
评论 #38544725 未加载
评论 #38547757 未加载
评论 #38544769 未加载
zeppelin101over 1 year ago
This reminds me, whatever happened to mesh networks? If you wanted to be out and about in public, you could simply carry a very anonymized device that had only more basic abilities. But among those abilities, you could certain send messages and maybe even smaller-sized files - all over a mesh network. Feds could infiltrate it, but it wouldn&#x27;t be nearly as trivial as it is right now. And users could rotate their devices. Furthermore, if the device in question wasn&#x27;t a real phone, but rather something more generic (a wifi-capable device with a keyboard, virtual or physical), then it wouldn&#x27;t even need to have an IMEI.
评论 #38547702 未加载
评论 #38547340 未加载
评论 #38547625 未加载
matthewdgreenover 1 year ago
Some issues could be prevented if push messages added end-to-end encryption by default, something that shouldn’t be particularly hard to use if it was built into the dev tooling. Instead, developer recommendations like this one [0] suggest that you should put content into your push messages and <i>optionally</i> use a separate library to encrypt them. Clearly developers aren’t doing this, hence the opportunity for surveillance.<p>[0] <a href="https:&#x2F;&#x2F;android-developers.googleblog.com&#x2F;2018&#x2F;09&#x2F;notifying-your-users-with-fcm.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;android-developers.googleblog.com&#x2F;2018&#x2F;09&#x2F;notifying-...</a>
评论 #38543828 未加载
评论 #38543543 未加载
评论 #38543953 未加载
评论 #38543811 未加载
评论 #38544061 未加载
paulirottaover 1 year ago
Metadata in this case apparently means Apple and Google are helping find “this real user connected to that real user at this time”. So governments may or may not be able to decrypt a push message payload, or data delivered because of that payload.
评论 #38544009 未加载
评论 #38546254 未加载
评论 #38543927 未加载
standardUserover 1 year ago
The only way out of this mess is with new laws and that will require new lawmakers. Any other solution - relying on the kindness of corporations, toiling away with obscure technologies, gong &#x27;off the grid&#x27; - are all foolish or unrealistic for 99% or so of people and shouldn&#x27;t even be considered.<p>The most promising starting point is probably at the state level.
评论 #38547437 未加载
评论 #38548074 未加载
评论 #38547459 未加载
chatmastaover 1 year ago
This, to me, is the more disturbing part of the article:<p>&gt; In this case, the federal government prohibited us from sharing any information,&quot; the company said in a statement. &quot;Now that this method has become public we are updating our transparency reporting to detail these kinds of requests.<p>What is the point of transparency reports if they don&#x27;t include major vectors of government surveillance?<p>IMO such gag orders shouldn&#x27;t be legal when applied to dragnet surveillance. If you want to gag a company from notifying an individual they&#x27;re being surveilled (with a warrant), then fine. But gagging a company from disclosing untargeted or semi-targeted surveillance, especially if it involves American citizens, seems like it should be unconstitutional on free speech grounds.
评论 #38544665 未加载
评论 #38544103 未加载
评论 #38544520 未加载
评论 #38545724 未加载
评论 #38544847 未加载
评论 #38546059 未加载
评论 #38544460 未加载
评论 #38545347 未加载
评论 #38544413 未加载
diebeforei485over 1 year ago
Push notifications are sent from an app server to an individual device, correct? And the device enrolls with the server for receiving push notifications.<p>Why isn&#x27;t there key exchange happening at the time of enrollment? Why is it something apps have to manually do? We moved the web to https everywhere for a reason, why are apps behind the web in privacy?<p>Potentially stupid question - how is iMessage encrypted end to end if the notifications aren&#x27;t?
评论 #38549603 未加载
评论 #38549551 未加载
hunglee2over 1 year ago
&quot;The source declined to identify the foreign governments involved in making the requests but described them as democracies allied to the United States&quot;<p>- why not identify them?
评论 #38543850 未加载
评论 #38544638 未加载
评论 #38543917 未加载
loughnaneover 1 year ago
I know Pinephone isn&#x27;t ready for daily use from all the threads here, but I just ordered one to get some stick time with it. Getting real tired of having to fight my phone to keep my data mine.<p>I just want the equivalent of debian, but on mobile. I understand I&#x27;ll have to give up a bunch of apps, but honestly I think its worth it. As soon as its possible I&#x27;d like off this ride.
评论 #38545993 未加载
评论 #38545892 未加载
评论 #38545858 未加载
heywoodlhover 1 year ago
One question I have as someone who tries to maintain (some) data sovereignty: is there any way as an end-user to circumvent&#x2F;mitigate this kind of surveillance — aside from abandoning iOS and Android completely?
评论 #38545843 未加载
评论 #38546564 未加载
评论 #38545634 未加载
评论 #38550742 未加载
评论 #38545733 未加载
评论 #38546093 未加载
Zakover 1 year ago
It&#x27;s a huge problem for both privacy and the open source ecosystem that Apple and Google mandate use of their own notification system for apps to be included in their stores.
评论 #38545743 未加载
评论 #38544455 未加载
评论 #38544269 未加载
评论 #38543893 未加载
world2vecover 1 year ago
Pardon my ignorance but would block all push notifications stop this specific act of surveillance? I usually don&#x27;t need any notifications&#x27; content on the screen apart from &quot;you have a new message on &lt;app&gt;, go check it&quot;. Or is that what&#x27;s being discussed here?
评论 #38544042 未加载
评论 #38545779 未加载
评论 #38547343 未加载
freedombenover 1 year ago
Why didn&#x27;t Apple pull the plug on these services as soon as the government started spying with them? Why didn&#x27;t they rearchitect them to use E2E encrypt? Do they actually have principles about privacy or is it just a thing they want us to believe?
评论 #38552703 未加载
FooBarBizBazzover 1 year ago
A paranoid part of me has wondered if some of the text&#x2F;phone spam we all receive is actually used to stimulate cellphones for tracking purposes.<p>If you have deeper access to the OS, then fingerprint unlock or FaceID also seem important for positive identification prior to, for example, a Predator strike.
评论 #38544706 未加载
评论 #38544899 未加载
gowldover 1 year ago
It&#x27;s fascinating that about half hese comments appear to be from younger people unfamiliar with &quot;USA PATRIOT&quot; Act gag orders, FISA, Five Eyes, Least Untruthful Response and related controversies that were big in the news 10-20 years ago.<p>Amusingly and sadly, the law was called PATRIOT as a normal &quot;give a bad law a Good name&quot;, but over time &quot;patriot&quot; has become synonym for &quot;traitor&quot; in common use.
评论 #38545613 未加载
评论 #38545915 未加载
pmlnrover 1 year ago
Unifiedpush to save the day! And an XMPP server with Conversations can be the basis for it: Https:&#x2F;&#x2F;unifiedpush.org&#x2F;users&#x2F;distributors&#x2F;conversations&#x2F;
评论 #38545217 未加载
评论 #38544628 未加载
评论 #38543879 未加载
评论 #38545131 未加载
Podgajskiover 1 year ago
Now we know why Apple and Google are a duopoly….<p>You get the illusion of choice but you get the same government spying on you in either case.
评论 #38545941 未加载
评论 #38545448 未加载
alfiedotwtfover 1 year ago
Another case of <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Third-party_doctrine" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Third-party_doctrine</a> in motion
nvahalikover 1 year ago
Are the contents of push notifications not encrypted? Or are we talking about payloads rather than transport?
评论 #38543768 未加载
评论 #38544167 未加载
brundolfover 1 year ago
I&#x27;m surprised hyper-private services like Signal haven&#x27;t foreseen this as a potential vector and given you options to eg. exclude different details from push notifications (or warned you to disable them altogether if you&#x27;re worried about it)
评论 #38553130 未加载
评论 #38552566 未加载
评论 #38552437 未加载
AndrewKemendoover 1 year ago
This is yet another example of: If the data can be collected it will be used by governments<p>You can slow this down by making data explicitly built to be impossible to read in transit (eg e2e) and then deleting or never saving it, but the fact that data flows through multiple stops means each transition is an opportunity for third party observation<p>This is deterministic and is built into the structure of data production transport and consumption. This is part of the infrastructure and cannot be extricated
评论 #38544883 未加载
评论 #38545807 未加载
xatttover 1 year ago
Do push notifications still get sent and just ignored if they are disabled on the device?
评论 #38543789 未加载
评论 #38543496 未加载
loughnaneover 1 year ago
It&#x27;d be cool if Signal and other privacy-focused apps added an option to delay push notifications. That would obfuscate the connection between two accounts.<p>Its a band-aid, but its something.
评论 #38545978 未加载
stuff4benover 1 year ago
Just an evil life pro-tip... if you&#x27;re doing criminal things, leave your phone at home. Or better yet, grab a &quot;buddy&#x27;s&quot; phone.
评论 #38544613 未加载
评论 #38544519 未加载
评论 #38545568 未加载
happytigerover 1 year ago
It&#x27;s time for a privacy bill of rights. You have to attach inalienable rights to people and then enforce them at the civil rights level.<p>These things are troubling now. In the post AGI world these are much more difficult problems because the data becomes training for purposes far beyond anything that could be foreseen in the data collection questions.
1vuio0pswjnm7over 1 year ago
With respect to the US, I would be more worried about Apple and Google spying on users through push notifications. Americans have legal protections against government spying but they have basically zero protections against spying by so-called &quot;tech&quot; companies. Neither Apple nor Google can demand information about citizens from the government, but the government can demand this from Apple or Google, which they do, successfully, with increasing frequency. People share details of their lives with Apple and Google they would probably never share with the government but the government has little trouble getting it from these so-called &quot;tech&quot; companies, without any notice to the user, so sharing these details with Apple and Google is arguably even worse. The ability for people to fight against this sharing of information is nonexistent; it&#x27;s up to the companies to resist. Given the number of users whose data they hold, that simply is not feasible. These companies do not care about peoples&#x27; privacy. They seek to profit from learning every detail of peoples&#x27; lives. Commercial surveillance.<p>When the government asks citizens for information it&#x27;s usually for a specific purpose and can only be used for that purpose. When so-called &quot;tech&quot; companies collect information, it is for any purpose. They might assure users that &quot;the information is only used to improve the software or service&quot;. What limits does this create, if any. How dow we verify that the company is not using our information in ways that compromise our interests if we are not allowed to learn how the company is using the information. Imagine if the government assured people that the information it collects &quot;will only be used to improve the government&quot;.<p>Not every computer is a national security threat or even a common criminal, i.e., a person that the government has some need to spy on. That&#x27;s not who I am referring to in this comment. These so-called &quot;tech&quot; companies spy on <i>everyone</i>. And they don&#x27;t just want to know about one thing, for one purpose, they want to know <i>everything</i> for <i>any</i> purpose.
评论 #38550864 未加载
评论 #38550992 未加载
Ruthalasover 1 year ago
UnifiedPush[0] seems like a great alternative to notifications passing through Apple&#x2F;Google&#x27;s hands, and I wish it was implemented in more apps.<p>[0] <a href="https:&#x2F;&#x2F;unifiedpush.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;unifiedpush.org&#x2F;</a>
intrasightover 1 year ago
I must be fundamentally missing something here. I thought all this data scooping was to find the bad guys. Are the bad guys really so stupid as to use Apple or Android (or any closed system) to communicate? Cryptonomicon was written 25 year ago.
2OEH8eoCRo0over 1 year ago
&gt; In a statement, Apple said that Wyden&#x27;s letter gave them the opening they needed to share more details with the public about how governments monitored push notifications.<p>&gt; &quot;In this case, the federal government prohibited us from sharing any information,&quot; the company said in a statement. &quot;Now that this method has become public we are updating our transparency reporting to detail these kinds of requests.&quot;<p>If Apple knew about this why wouldn&#x27;t they limit their exposure to this user data?
devineganover 1 year ago
My startup (LaunchKey, now part of TransUnion) encrypted the data in our push authentication requests as late as a decade ago. This was painful until they expanded the size of the message allowing for more encrypted data. It is possible to do so (I would use pub&#x2F;priv ec keys now) but remember you are limited in the amount of data you can include so you might need a “pull” to deliver all of the content necessary.
asow92over 1 year ago
Apps like <a href="https:&#x2F;&#x2F;www.joustip.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.joustip.com&#x2F;</a> offer e2e encrypted push notifications.
评论 #38545896 未加载
Tutanotaover 1 year ago
That&#x27;s why we at Tuta do not send any information with the push on Apple and have built our own push notification for Android (we&#x27;d never use Google Push): <a href="https:&#x2F;&#x2F;tuta.com&#x2F;blog&#x2F;posts&#x2F;open-source-email-fdroid" rel="nofollow noreferrer">https:&#x2F;&#x2F;tuta.com&#x2F;blog&#x2F;posts&#x2F;open-source-email-fdroid</a>
deafpolygonover 1 year ago
Completely unrelated, but sort of related. With all this surveillance and spying going on, what&#x27;s a normal citizen to do?<p>For example; Cloud storage? Streaming music? Online note-taking?<p>Should the more technically-inclined, but average, person start looking at taking more and more of these things off-line given the state of mass surveillance going on and the crazy push towards all things AI?
motohagiographyover 1 year ago
Is this a timing side channel attack, where say I am a member of a Signal group, or have a Proton email client or Matrix&#x2F;Element or something, are they sending patterns of beacon messages that may look normal, and then watching the traffic across mobile networks (or directly on platforms) that matches, and then narrowing endpoints that show it?
ipcress_fileover 1 year ago
I guess you have to assume that any message in transit over a public network is public. Of course, you can use something like PGP to encrypt messages before sending them, provided that the recipient has your key. I know of a few people who do that.<p>Outside of that kind of thing, we&#x27;re probably yelling everything out loud to anyone who wants to listen.
notaustinpowersover 1 year ago
What sort of metadata or information can be gathered from a push notification from an app like iMessage? I know a timestamp is there and most likely the sender&#x27;s phone number.<p>But is there some sort of sensitive info that these governments are trying to glean? Or is it more so they can build info maps and communication maps on targets?
评论 #38544232 未加载
评论 #38544046 未加载
评论 #38543941 未加载
OneLeggedCatover 1 year ago
&gt; &quot;The source declined to identify the foreign governments involved in making the requests but described them as democracies allied to the United States&quot;<p>Oh look! The US end-running constitutional protections again via 5+Eye proxy governments. Who could ever have guessed.
catchnear4321over 1 year ago
&gt; …a source familiar with the matter confirmed that both foreign and U.S. government agencies have been asking Apple and Google for metadata related to push notifications to, for example, help tie anonymous users of messaging apps to specific Apple or Google accounts.
willmaddenover 1 year ago
In the past, Google, Apple, Amazon, Facebook, and a slew of other companies would have been broken up using anti-trust laws. These aren&#x27;t just monopolies at this point, they are clusters of monopolies. This is leading us down a dark path.
HumblyTossedover 1 year ago
It should only[0] be meta data, though. The push notification should signal the app that there is data to fetch, then the app goes and fetches it. The push notification itself should carry none of the data.<p>[0] still bad though and they should stop.
评论 #38544063 未加载
评论 #38547242 未加载
gumballindieover 1 year ago
If you wish privacy then just get a linux phone. May not have the coolest features but if you need more than a classic phone, linux phones will do fine. Less apps means fewer distractions - a win win situation.
fsfloverover 1 year ago
Related: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38543587">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38543587</a><p>Apple Confirms Governments Using Push Notifications to Surveil Users (macrumors.com)
AlexandrBover 1 year ago
Must be interesting to work on the teams responsible for compliance at Apple&#x2F;Google. Would talking to someone about these kinds of orders qualify as treason under US law?
wkat4242over 1 year ago
Great news considering we&#x27;re now getting an extreme-right fascist government in Holland. Why not give them all our data on a platter, they can be trusted.
Zuiiiover 1 year ago
How does this apply to whatsapp&#x27;s e2ee promise? Do they use this system? Do google and apple have plain text messages that were supposedly private?
greyadeptover 1 year ago
Does this mean governments can intercept and possibly interact with the “This was me” 2FA notifications that a few apps are using now?
marbanover 1 year ago
Dupe <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38543587">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38543587</a>
stuckinhellover 1 year ago
Push notifications allow more people to spy on you.<p>At the core most technologies have been deeply rooted by intelligence agencies.
alberthover 1 year ago
I&#x27;m probably naive, but what insights could a government gleam from Push Notifications?<p>And why aren&#x27;t push notifications E2EE?
评论 #38546459 未加载
评论 #38547011 未加载
jeffbeeover 1 year ago
Is anyone surprised? Why would there be pen registers, and tap and trace for phone calls and email, but not for other traffic? The ability of governments to do secret surveillance of such metadata is well established in law and jurisprudence, variously in various countries.<p>It is a Weird Nerd Thing to believe that old laws can&#x27;t apply to new computer thing.
gnarlouseover 1 year ago
I disabled notifications on my phone long ago. I wonder if they still occur.
getcrunkover 1 year ago
How does signal address this? I always wondered
Trias11over 1 year ago
&gt;&gt; Reuters&#x27; source would not identify which governments were making the data requests but described them as &quot;democracies allied to the United States.&quot;<p>It feels so liberating to be spied upon by &quot;democracies allied to the United States.&quot; vs. others.<p>LOL.
评论 #38545508 未加载
deviantbitover 1 year ago
Wyden voted for the Patriot Act. If he is concerned why hasn&#x27;t he introduced legislation to repeal it? This government is out of control.
toasted-subsover 1 year ago
I feel extremely uncomfortable using any of my devices.
评论 #38545379 未加载
forward1over 1 year ago
Closed source proprietary for-profit platforms previously implicated in global surviellance scandals continue spying on users. News at 11.
simplypeterover 1 year ago
If you think world governments can’t back door into any aspect of your life, you’ve been deluding yourself.
TheRealDunkirkover 1 year ago
It&#x27;s crazy to me that so much effort is being expended pretending that companies and the government are doing anything in the name of privacy, when we have all the proof by Assange and Snowden that they&#x27;re doing realtime surveillance of ALL communications, 24x7 -- no matter what any laws say -- and we don&#x27;t even talk about it any more. What&#x27;s the point of any of this? All we can do is assume that our every position, purchase, and electronic communication is being tracked and saved, and act accordingly. The Constitution no longer matters, and there&#x27;s no one coming to save us.
评论 #38546027 未加载
评论 #38547329 未加载
评论 #38546376 未加载
评论 #38547389 未加载
评论 #38547612 未加载
评论 #38547659 未加载
评论 #38547695 未加载
评论 #38547626 未加载
hexage1814over 1 year ago
Water is wet.
XiSover 1 year ago
Yet another reason to be a happy GAPPSless LineageOS user
评论 #38543837 未加载
评论 #38544587 未加载
px43over 1 year ago
Hey other states, can you elect a few more Ron Wydens? He&#x27;s been doing a ton of the heavy lifting lately. Every time we hear about the intelligence community egregiously violating civil liberties, it&#x27;s always Wyden.
评论 #38543973 未加载
评论 #38543667 未加载
评论 #38544466 未加载
评论 #38545682 未加载
eggyover 1 year ago
Given a lot of journalists and activists use encrypted communications to be able to do their job without being unduly or unjustly persecuted (yes, the bad guys use them too!), and 12 US State Attorney Generals just signed a letter and delivered it to the major news agencies (NYT, CNN, Reuters, AP, etc.) that warns of any &quot;support to terrorist organizations&quot; and specifically points out Hamas, but is not very clear on what &quot;support&quot; or &quot;business relationship&quot; means (sending a camera to do a report where the press is not allowed due to Israel&#x27;s complete control of the media - echoes of US journalist access during the Iraq War), and puts them on notice. Nothing is safe from Big Brother, anywhere, any country.
评论 #38546760 未加载
评论 #38548301 未加载
评论 #38550774 未加载
评论 #38545607 未加载
omginternetsover 1 year ago
I noted that Apple says the governments in question are allies of the United States. I wonder if this is a case of American intelligence outsourcing the surveillance of American citizens to foreign intelligence. If that is indeed the case, I’d expect a quid pro quo.
评论 #38544158 未加载
评论 #38544803 未加载
评论 #38543853 未加载
评论 #38544069 未加载
评论 #38543863 未加载
评论 #38545362 未加载
forward1over 1 year ago
Why do they need to confirm an already known fact: FAANG platforms are built to spy on users? We&#x27;ve known about this fact for at least a decade since the Snowden revelations.<p>Nothing has materially changed since then, technically, politically, legally, or even culturally. Yet people still believe for-profit corporations have their best interests in mind, thanks to clever marketing and groupthink, clutching to &quot;encrypted apps&quot; and empty &quot;we value your privacy&quot; double-speak: neither will defend you.<p>There is no privacy on proprietary closed source platforms - it is simply infeasible; it is trying to squeeze blood from a stone. I know this truth will likely trigger and upset people with their $1,000+ iPhones, MacBooks and other iToys, and this sunk cost fallacy is really pathetic to witness in grown adults.
评论 #38545383 未加载
gafageover 1 year ago
Both Apple and Google have root access in the devices. They do not necessarily need to do this.
评论 #38543323 未加载