Bonum Certa Men Certa

Guarding Your Privacy With E2EE: Primer

End-to-end encryption deciphered

Lock and Key



Summary: "As with all security, there is assumed risk no matter how careful you are. There are no security guarantees but that doesn't mean you shouldn't try."

End-to-end encryption (E2EE) is something that's been in the news quite frequently. Lack of education about E2EE is being exploited. Your fundamental human rights are being violated. This article serves to educate the non-technical person about E2EE and how it affects their everyday life.



Let us get a few fundamental things clarified, first. Without these basic things, no proper discussion can happen around E2EE.

"Another important thing to note is that the sender sees the data that will be encrypted in its unencrypted form anyway. Obvious statement but important to remember."What is E2EE? E2EE is a system in which data is encrypted so that only one party can decrypt the data: the intended recipient(s).

Note that we used the word "system" in our definition for E2EE. This is done to keep the scope of this article separate from any specific E2EE software.

Another important thing to note is that the sender sees the data that will be encrypted in its unencrypted form anyway. Obvious statement but important to remember.

Next, let us note articles 12 and 19 of the Universal Declaration of Human Rights (UDHR).

LockArticle 12 UDHR: "No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks."

Article 19 UDHR: "Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers."

We'll refer to these as A12UDHR and A19UDHR, from now on.

We've now established some fundamental definitions; we can move on to what all this means in the context of E2EE.

Let's now connect what A12UDHR and A19UDHR have to do with E2EE.

A12UDHR mentions privacy. Our data privacy is a form of privacy. Thus, according to A12UDR, every human being has a fundamental right to data privacy. The only way we can achieve data privacy is via E2EE.

"The only way we can achieve data privacy is via E2EE."A19UDHR mentions the freedom to hold opinions WITHOUT INTERFERENCE and to seek and impart INFORMATION and ideas THROUGH ANY MEDIA (we're paraphrasing here to highlight information relevant to this article). Thus, according to A19UDHR, every human being has a right to exchange INFORMATION THROUGH ANY MEDIA. End-to-end-encrypted data (E2EED) is a form of information; thus A19UDHR gives every human being a right to seek and impart E2EED over any medium they wish.

So, in summary, we've established the following as an inalienable right of every human being:

Every human being has a fundamental right to use E2EE and seek and impart E2EED over any medium they wish (Internet, printed documents, etc.).

Now it's time to consider the technical side.

If you go back to our definition of E2EE, you will see that there are strict requirements about who can decrypt E2EED.

Many platforms (email, social control media, messaging apps, etc.) advertise E2EE. They are pretty much all not E2EE. Why? They have the keys that can decrypt your data. Go back and read the definition of E2EE again.

What are these "keys"? Good question.

Every system of E2EE is basically built on the idea of a pair of keys:

"Many platforms (email, social control media, messaging apps, etc.) advertise E2EE. They are pretty much all not E2EE."Public Key (PKEY): Just a file. A sort of identifier. PKEYs are used in E2EE to encrypt data so that only the intended recipient(s) can decrypt the encrypted data.

Secret Key (SKEY): Just a file. This is the (only) file which can be used to decrypt the encrypted data.

There exists a mathematical relationship between a PKEY and a SKEY which makes it infeasible to decrypt the encrypted data without access to the recipient's SKEY. When used correctly, E2EED is safe even from the quantum computers of today.

You can refer to the end of this article for the technical details.

"You can willingly forfeit your privacy (and many do by accepting "Terms and Conditions" of various platforms and services) but no body has a right to forcibly take away your privacy."The easiest way to decrypt E2EED is to get a hold of the recipient's SKEY or to catch the pre-encrypted data via some sort of back door in the device being used to encrypt the data. The problem is, many organisations already have your SKEY; they keep a copy for themselves, when SKEY has been generated. So, these systems don't actually satisfy our definition of E2EE.

Remember: You have a fundamental right to end-to-end encryption. You have a fundamental right to keep the secret keys used for your end-to-end encryption software private. Nobody has the right to take these secret keys away from you - no company, no government, no individual, no organisation. You can willingly forfeit your privacy (and many do by accepting "Terms and Conditions" of various platforms and services) but no body has a right to forcibly take away your privacy.

"Complain to your local government representative about the attacks on E2EE."There have been repeated attempts (and will continue to be repeated attempts) to outlaw end-to-end encryption. Governments want to spy on citizens; companies want to spy on individuals to profit off their private data; organisations want private data of individuals to make discriminatory decisions about said individuals. All of these actions have negative consequences on individuals: psychological abuse, economic discrimination, racial discrimination, political discrimination, exploitative psychological advertising (the list goes on and on).

So what can you do about this? You can raise awareness, first of all. Complain to your local government representative about the attacks on E2EE. You can educate yourself about which software gives you full control over your secret keys.

"Note that operating systems and devices have constantly had back doors installed into them."Here's a list of software you can look up which gives users control over their secret keys:

1) GnuPG and Kleopatra (GNU/Linux, BSD, OSX)

2) Gpg4win and Kleopatra (Windows)

3) OpenKeychain (Mobile)

There are many books, videos, and tutorials about the tools above. They're a good point to start with.

Note that operating systems and devices have constantly had back doors installed into them. The best way to use E2EE software is to have a separate device for performing all E2EE tasks; said device should never be connected to the Internet. This is too inconvenient for some but is worth considering for those who want added level of security.

A note on hardware security tokens: Don't believe in them. Most of them are likely to have back doors in them which allow extraction of your secret keys. Use an ordinary, general-purpose computer for all E2EE tasks; preferably one that never sees the Internet. Old laptops make great E2EE machines; just turn off the WIFI and don't plug in any Ethernet cable. Devices like the Raspberry Pi are also a good candidate for an affordable system exclusively used for E2EE. You can use these devices with an HDMI cable, keyboard+mouse, and a USB stick to move data to and from the device.

Does all your data need to be E2EED? Of course not. That would be overkill. But data that you think needs to be private should be private. So use E2EE software to protect your privacy, when you see fit. This includes pictures, videos, legal documents, files containing passwords, etc.

"Old laptops make great E2EE machines; just turn off the WIFI and don't plug in any Ethernet cable."Remember: E2EE is a system in which data is encrypted so that ONLY ONE party can decrypt the data: intended recipient(s). Any system which doesn't satisfy this definition is not E2EE; don't let governments, companies, etc. convenience you otherwise.

Technical details



Say J wants to send a file F to M; J wants to encrypt F so that only M can decrypt F. We'll refer to the encrypted form of F as EF.

What would J need to do?

We'll establish a few more definitions (sorry about this but it's necessary to maintain correctness).

J and M both have keys.

E2EE software : S.

Public key of J : JPKEY Secret key of J : JSKEY

Public key of M : MPKEY Secret key of M : MSKEY

(1) J and M both use S to generate their respective key files (JPKEY, JSKEY, MPKEY, MSKEY).

(2) J needs MPKEY in order to encrypt F for M.

(3) M sends J: MPKEY, in advance (this can be done over any media as MPKEY is not required to remain private).

(4) J now has the following: S, JSKEY, MPKEY, F. J can use these to obtain EF.

(5) J sends EF to M.

(6) M now has the following: MSKEY, S, EF.

(7) M can use these to obtain F from EF.

All of the above can be done with only one person. In, that case J = M. This is when you want E2EED that is "for your eyes only".

RSA and EDDSA are considered the most secure systems for E2EE today (2020). The major weak points in any E2EE are: human error, hardware and software backdoors, hardware and software bugs. E2EE is always evolving, so what you read today may not be true tomorrow.

As with all security, there is assumed risk no matter how careful you are. There are no security guarantees but that doesn't mean you shouldn't try.

Be wary of any body that gives you guarantees.

Recent Techrights' Posts

Claim That Finance and HR at IBM Already Work on the Next Wave of IBM Layoffs, Media Silence Persists
The media is still telling misleading nonsense about IBM layoffs (like some fantasy about 'rehiring' thousands for "AI")
Claims of More IBM Layoffs a Week Before 'Christmas Week'
Of course, as usual, nobody in the media says anything
 
The Register MS Does the "AI" Keyword Stuffing Because It Gets Paid to Do "AI" Keyword Stuffing
They are in effect profiting from legitimisation and promotion of a Ponzi scheme
Blogs to Read (or Even Binge on) When You Look for a Daring and Different Perspective
If you have free time and want to check out interesting old articles/posts, consider these people
Paying the Price for IBM's Leadership Buying Worthless Companies With Capital It Doesn't Have
For some people the last day at the company is Christmas Eve
When Malformed RSS or Atom Feeds Clog Up (or Even Crash) Programs
RSS readers are an excellent way to keep on top of news online
Publication Plans for the Coming Weeks
We've begun this week with many articles and plan to carry on until tomorrow
EPO People Power - Part XIV - EPO Management Living in Fantasy Land
wrongly assumes that any crime committed by the EPO will always be brushed aside
Secret Code is Undesirable
If someone wants you to use proprietary software, say no. Secret code is even worse.
Google News Still Has an LLM Slop Problem (With Slop Images Too), But Google Itself is a Pusher of Slop
If Google keeps shilling and selling slop as "AI", and moreover if people keep hating slop (there's growing awareness of this problem), then at the end Google will suffer greatly
Gemini Links 16/12/2025: Bingo Card and i586 in 2025
Links for the day
Links 16/12/2025: Security and Conflict (No Territorial Concessions in Ukraine)
Links for the day
With Half of December Over, FSF Two-Thirds of the Way Towards Funding Goal
If you can share some money this month, the FSF should be a priority
A Lot of People Don't Want "Smart" (Things That Spy, Stop Working, Cannot be Repaired Easily)
They also don't want slop disguised as "intelligence"
Links 16/12/2025: More GAFAM (Now Amazon) Layoffs and iRobot Chapter 11
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, December 15, 2025
IRC logs for Monday, December 15, 2025
Wrapping Up and Ending "Slopwatch"
An "end-of-life" improvement
Gemini Links 15/12/2025: How We Lost Communication to Entertainment, Dichotomy Between the Real and the Digital
Links for the day
The New Chief Editor at The Register MS is a Microsofter, Now They Increase Microsoft Coverage and Add Microsoft Slant to 'Linux' Coverage
Did Microsoft pay some more?
GAFAM "doesn't depend on any sort of lock-in, humans just don't want to be free anymore," according to MinceR
As many readers are aware, our criticism of UEFI (restricted boot in particular) attracted a lot of online harassment against us, including stalking and libel
IBM Layoffs in India and IBM's CEO Spins His Lack of Market Share as a Strength
If this leadership carries on, the only red left at IBM won't be Red Hat but a red stain
Links 15/12/2025: "Life in Prison" for Criticising China, Tikhanovskaya Says 'Pressure Works'
Links for the day
Due to 'Secure Boot' (An Anti-Security Measure, a Kill Switch) Computer Users Are Afraid of GNU/Linux
This is what Microsoft wanted
'Crypto' 'Currencies' Are a Ponzi Scheme. So Is "AI". Both Destroy the Planet, Not Just the Economy.
Believe it or not, millions of these GPUs just sit there boxed, unopened, unconnected, unused
The Register MS Has Just Been Paid to Promote the Ponzi Scheme Some More ("AI" Keyword Stuffing)
This won't end well for The Register MS
Microsoft Colonialism in Africa is Not Sustainable
Microsoft's situation in Nigeria is not
Perpetuating the Lie of "No Red Hat Layoffs" Because of the Bluewashing (Red Hat Became Just "IBM")
Many Red Hat employees were pushed out and/or removed lately
EPO People Power - Part XIII - If the EPO's Chief Propagandist (Berenguer) Told the Police He Was a Spanish Tourist (or Similar) or That He Does Not Reside in Munich, Then He May Have Lied to the Police (in Addition to Doing Cocaine in Public)
Lying to the police in Germany is a criminal offense
Links 15/12/2025: Chromebooks as Work Machines, "Americans [Who] Moved to Australia" to Avoid Cheeto
Links for the day
Breaking Your Proprietary Router in the Name of "Security"
Each time they "patch" the router something that previously worked OK is likely to just break
IBM May be Breaking the Law to Silence Staff It Laid Off
Observation to add regarding IBM layoffs
Demonisation Attacks on Richard Matthew Stallman (RMS) - Including Antisemitic Attacks - Have Not Worked
Name-calling doesn't work
Slop ("AI") Will Replace People and Take Away Jobs, Say the Slopfarms With Fake (LLM-Generated) Text and Slop Images
"AI" often means slave labour in a poor country
More Than a Million Bytes Should be Enough for Most Computer Programs
Who said computing would improve over time?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, December 14, 2025
IRC logs for Sunday, December 14, 2025
Another "AI" (Slop) Use Cases Turns Out to be a Fraud
Those who talk about this fraud get SLAPPed
They Say Rules Are Made to be Broken, at Microsoft That Became an Imperative (e.g. Accounting Fraud, Bribery and So on)
Its biggest client is itself
In Russia, Microsoft is Already a Dying Breed Online
A lot of Europe also dumps Microsoft. Europe is a big revenue source of Microsoft.
The Future of News on the World Wide Web
No "greener pastures" on the Web
𝐈𝐁𝐌 𝐂𝐄𝐎 𝐀𝐫𝐯𝐢𝐧𝐝 𝐊𝐫𝐢𝐬𝐡𝐧𝐚: Proof That at IBM People Fall Upwards
IBM is collapsing
EPO People Power - Part XII - The Mobbing Got So Bad People Were Unable to Work
What's at stake here isn't just the EPO or the patent system
Links 14/12/2025: "Chile to ban smartphones in classroom" and "Portugal updates cybercrime law to exempt security researchers"
Links for the day
Gemini Links 14/12/2025: "GUI TUI CLI" and EmacsConf 2025 Video
Links for the day
Links 14/12/2025: Tensions in Asia, US Making Deals With Belarus
Links for the day
A Utopian and Very Dumb Vision of Technology, Based on Accounting Fraud
the "industry" has become insane and a lot of "the media" is going along with it
Links 14/12/2025: "The Slop of Things to Come", Goldman Sachs Nervous About Slop Bubble
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, December 13, 2025
IRC logs for Saturday, December 13, 2025