Urgent.News

What's breaking now, across thousands of outlets.

Tech

Turns out Brits would quite like their private messages to stay private

Polling finds two-thirds don't trust this government, or any future one, with access to their encrypted chats

Turns out Brits would quite like their private messages to stay private

A recent poll shows that the majority of British adults strongly prefer their private online conversations to remain encrypted and inaccessible to the government, even if a court order were required. This unambiguous opinion, reflected by 93 percent of respondents, extends across political affiliations with a notable distrust of any government's ability to access encrypted messages.

The Centre for Democracy & Technology (CDT), which commissioned the poll, highlights that 89 percent of those surveyed think nobody should be able to view personal messages without a court order.

The clash between the UK government's push for enhanced surveillance powers and the tech industry's insistence on strong encryption is evident, with a significant portion of the public skeptical about the necessity and safety of allowing access to encrypted data. Even when presented with the specifics, such as the recent controversy involving Apple withdrawing Advanced Data Protection from UK users, only a small fraction (12 percent) supported the government's right to secretly order companies to provide access to users' information.

Public concern about security risks and potential abuse of such powers is evident, with 84 percent of respondents worried about introducing vulnerabilities for hackers and criminals and 82 percent fearing abuse of power. The fear that knowledge of surveillance might lead to self-censorship and cautious behavior was also widespread, with 65 percent of respondents admitting they would be more careful about their online activities.

While the Center for Democracy & Technology is a strong advocate for encryption, the polling was carried out independently to ensure objective results. The findings suggest that despite Westminster's persistent efforts, the British public's strong preference for privacy over government access to encrypted communications reflects a deep-seated belief in the importance of private communications in maintaining individual freedoms and a free society.

Written by urgent.news from The Register's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at theregister.com →

More in Tech

pdf-lib is silently deleting characters from your users' data

I generate invoices in a Node serverless function with pdf-lib . It is a good library. It also quietly destroyed a client's company name, threw nothing, logged nothing, and produced a PDF that opened…

  • pdf-lib library silently deletes characters from user data in PDF documents
  • Issue occurs with non-Latin-1 characters outside 1990s WinAnsi encoding
  • Developers should use TrueType/OpenType fonts to prevent silent data loss

Email Is Not a Web Page

An HTML email can be generated correctly, accepted by a provider, and delivered successfully—then arrive with its most important image missing or transformed. That is not only a design problem.

  • Email is distinct from web page, despite visual similarity
  • Remote images cause recipient client software issues
  • Critical info should be embedded, not conveyed via images

Dockerfile CMD Explained: Build-Time vs Runtime and How CMD Override Works

Dockerfile শেখার সময় FROM , RUN , WORKDIR , এবং COPY নিয়ে কাজ করার পর খুব স্বাভাবিকভাবেই একটি প্রশ্ন আসে: Container start হলে application automatically কীভাবে run করবে?

  • CMD instruction determines default runtime command for container
  • Executed during container start, not during build process
  • In example, Go server runs on port 8080 when launched

More from Sunday 30 August →