Trusted Computing: Difference between revisions
mNo edit summary Tags: Mobile edit Mobile web edit Visual edit |
→Why it's considered to be a problem: tone edits |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ToneWarning}} | |||
Trusted Computing is a technology developed by the Trusted Computing Group. It aims to restrict the workings of a computer so that it may only behave in expected ways. | |||
Trusted Computing | |||
== | It is a controversial technology because it can be used to restrict the freedom of the owner of the computer. For this reason it has been dubbed by free software activist Richard Stallman "Treacherous Computing"<ref>{{Cite web |title=Can You Trust Your Computer? |url=https://www.gnu.org/philosophy/can-you-trust.html |url-status=live |archive-url=https://web.archive.org/web/20250729024422/https://www.gnu.org/philosophy/can-you-trust.html |archive-date=2025-07-29}}</ref><ref>{{Cite web |title=Trust me, i'm a computer |url=https://www.scl.org/3835-trust-me-i-m-a-computer/ |url-status=live}}</ref> | ||
==How it works== | |||
The workings of Trusted Computing are based on six key principles, these being : | |||
#Sealed storage | |||
#Memory curtaining / protected execution | |||
#Secure input and output | |||
#Endorsement key | |||
#Remote attestation | |||
#Trusted Third Party (TTP) | |||
Sealed storage consists in the protection of information trough binding it to the configuration of the platform being used. Trough this one may for example lock certain files from being opened if they lack the needed license. | |||
Memory curtaining or Protected execution is the isolation of certain sensitive parts of memory (for example decryption keys) from the rest of the system. | |||
Endorsement keys are a pair of public and private keys that are 2048-bit [[wikipedia:RSA_cryptosystem|RSA]] keys generated randomly at the factory on the chip. They cannot be changed and are required to operate secure transactions. This makes it impossible for emulators of TC to be able to complete safe transactions. | |||
Remote attestation allows changes to the user's computer to be detected by authorized parties. | |||
==Why it's considered to be a problem== | |||
One problem highlighted by Stallman and others is user ownership and freedom. Depending on the device, various user actions may be restricted and or completely prohibited. Installing and using third party and or alternative software from operating systems to applications may be restricted and or completely impossible. Modifying certain system settings may be restricted and or completely impossible. | |||
Other highlighted problems relate to privacy and security. Because of hardware and software level backdoor, an affected system could be vulnerable to remote tampering, sabotage and attack, both when the machine is on and off. Data including files and documents can be edited, encrypted and/or deleted without the user's consent nor knowledge. System settings can be edited without the user's consent nor knowledge. | |||
==Examples== | |||
Some notable examples include: | |||
*Windows Vista, Windows 7, Windows 8 and Windows RT (They use a Trusted Platform Module to facilitate BitLocker Drive Encryption) <ref>{{Cite journal |title=A Disk Encryption Algorithm for Windows Vista |url=http://download.microsoft.com/download/0/2/3/0238acaf-d3bf-4a6d-b3d6-0a0be4bbb36e/BitLockerCipher200608.pdf |journal=[[Microsoft Corp.]]}}</ref> | |||
*[[Signal data collection|Signal]] messenger<ref>{{Cite web |title=Scaling secure enclave environments with Signal and Azure confidential computing |url=https://customers.microsoft.com/en-us/story/1374464612401582154-signal-nonprofit-azure-security |url-status=live}}</ref> | |||
*and the e-prescription service E-Rezept<ref>{{Cite web |title=Confidential Computing soll Patientendaten schützen |url=https://www.healthcare-computing.de/confidential-computing-soll-patientendaten-schuetzen-a-996680/}}</ref> | |||
==References== | ==References== | ||
Line 62: | Line 40: | ||
https://www.fsf.org/blogs/community/drm-carroll | https://www.fsf.org/blogs/community/drm-carroll | ||
https://en.m.wikipedia.org/wiki/Trusted_Computing | https://en.m.wikipedia.org/wiki/Trusted_Computing |