Yeah, “becoming” is a strange choice of wording… Word has been bloated and overkill for 2 decades at this point.
Libre Office is still bulky for anything I want on my PC. If I’m going to do any serious writing, I’m using Google Docs for backups and such. If I’m doing quick txt edits I’m using Sublime or Notepad. I use wordpad for stuff in the middle so I will definitely miss it and not sure how to solve this problem.
That said, I’m not fucking installing Win 11 so guess this isn’t a problem till 12.
Right? Even setting aside the inevitable “have you considered Linux?” chat, if you’re the kind of person who refuses to install Windows 11, why would you be sure you’ll install Windows 12?
We’ve seen nothing to suggest Windows won’t just continue to get less usable, more bloated, more spyware-ridden, and just generally more anti-consumer.
Well I have good news for you, the TPM can’t do those things. The TPM is just a hardware module that stores cryptographic keys in a tamper-resistant chip, and can perform basic crypto functions.
In of itself, it can’t be addressed remotely, but it is usually used as a component of a greater security scheme. For example, in full disk encryption, it can be used to ensure that disk can’t be decrypted on a different device.
There’s been a lot of FUD surrounding TPMs, and it doesn’t help that the actual explanation of their function isn’t something easily described in a couple of sentences.
There’s no reason to be afraid of a TPM, and for the privacy-minded and security-conscious, it can even be used as part of a greater security scheme for your device and its data.
Of course at the same time, it’s not a feature most home users would make full use of, and as for not liking Windows, carry on. There’s plenty of reasons to avoid it if those things are important to you
Assuming you use bitlocker on your PC, how do you know the entire content of the TPM (your bitlocker encryption key, etc) cannot be fetched from the TPM by the manufacturer or any third parties they shared it tools and private keys with?
The TPM specification is an open standard by the Trusted Computing Group, and there are certification organizations that will audit many of these products, so that’s a good place to begin.
As with any of the hardware in your device, it does require some amount of trust in the manufacturers you have chosen. These same concerns would apply to anything from the onboard USB controllers to the CPU itself. There’s no way to be absolutely certain, but you can do your due diligence to get a reasonable level of confidence.
And because it is hardware based, how do I as a user know that it does what it claims it does as I would with a software based encryption software that is open source (like truecrypt/veracrypt).
This is a reasonable thing to think about, although very few individuals are qualified to understand and audit the source code of encryption software either, so in most cases you are still putting your faith in security organizations or the community to find issues.
When it comes to security, it often comes with a trade-off. Hardware devices can achieve a level of security that software can’t completely reproduce, but they are a lot harder to audit and verify their integrity.
In any case, the TPM is something that software solutions have to explicitly call in the first place, it isn’t something that activates itself and starts digging into your hard drive. Which means if you don’t want to use it in your security solution, then it will sit there and do nothing. You can keep using your encryption keys in clear memory, visible to any privileged software.
I don’t know specifically about the XBox and how it uses it, but the TPM absolutely can be used as part of a DRM scheme. Since the TPM can be used to encrypt data with a key that can’t be exported, it could be part of a means to hinder copying of content. Of course this content still has to be decrypted into memory in order to be used, so people looking to defeat this DRM usually still can. DRM as a whole is often shown to be a pretty weak solution for copy protection, but companies won’t stop chasing it just the same.
May I ask a question out of curiosity? If my system dies on a hardware level, and I have to save my hard drive, how can I access it then if I can’t put it in another system?
Generally commercial drive encryption solutions, like Bitlocker, usually has a backup recovery key that can be used to access the encryption key if your TPM is reset, or if your device dies.
So I guess the short answer is most of these solutions don’t fully protect it from being moved to another device, they just add another layer of security and hassle that makes it harder to do. And without the TPM as part of these solutions, you would be entering a 48-character passphrase every time you boot your device, which has several security flaws of its own.
Up to XP I used several dos versions, win3.1, 95, 98, 98SE, and then XP. From there I skipped one version, so 7, then 10. Worked out pretty well so far. So my next windows will hopefully also be 12, and I hope it will have a better UI than 11.
Linux is also interesting, but I like gaming without fiddling too much with my operating system, I just don’t want to commit my rare spare time to that. I want install -> play.
Linux is also interesting, but I like gaming without fiddling too much with my operating system, I just don’t want to commit my rare spare time to that. I want install -> play.
With Proton, running Windows games from Steam has become pretty much click-and-play. If you do all your gaming through Steam, most games just work.
I must admit, I really enjoyed fucking around in M$ Office 2003 (PowerPoint, FrontPage and more) as a kid — we made our own fictional “OS” Desktop Environments in PowerPoint, copying text boxes, drop-down menus etc. from FrontPage. It had a lot of new features that Office XP didn’t have, which made our projects much cooler. It was like the best of both worlds, since it had a somewhat classic UI but also added features we found interesting for our weird niche usecase. Since Office 2003, it’s only been getting worse, IMO.
Yeah, “becoming” is a strange choice of wording… Word has been bloated and overkill for 2 decades at this point.
Libre Office is still bulky for anything I want on my PC. If I’m going to do any serious writing, I’m using Google Docs for backups and such. If I’m doing quick txt edits I’m using Sublime or Notepad. I use wordpad for stuff in the middle so I will definitely miss it and not sure how to solve this problem.
That said, I’m not fucking installing Win 11 so guess this isn’t a problem till 12.
Why would you install windows 12?
Right? Even setting aside the inevitable “have you considered Linux?” chat, if you’re the kind of person who refuses to install Windows 11, why would you be sure you’ll install Windows 12?
We’ve seen nothing to suggest Windows won’t just continue to get less usable, more bloated, more spyware-ridden, and just generally more anti-consumer.
deleted by creator
Well I have good news for you, the TPM can’t do those things. The TPM is just a hardware module that stores cryptographic keys in a tamper-resistant chip, and can perform basic crypto functions.
In of itself, it can’t be addressed remotely, but it is usually used as a component of a greater security scheme. For example, in full disk encryption, it can be used to ensure that disk can’t be decrypted on a different device.
There’s been a lot of FUD surrounding TPMs, and it doesn’t help that the actual explanation of their function isn’t something easily described in a couple of sentences.
There’s no reason to be afraid of a TPM, and for the privacy-minded and security-conscious, it can even be used as part of a greater security scheme for your device and its data.
Of course at the same time, it’s not a feature most home users would make full use of, and as for not liking Windows, carry on. There’s plenty of reasons to avoid it if those things are important to you
deleted by creator
The TPM specification is an open standard by the Trusted Computing Group, and there are certification organizations that will audit many of these products, so that’s a good place to begin.
As with any of the hardware in your device, it does require some amount of trust in the manufacturers you have chosen. These same concerns would apply to anything from the onboard USB controllers to the CPU itself. There’s no way to be absolutely certain, but you can do your due diligence to get a reasonable level of confidence.
This is a reasonable thing to think about, although very few individuals are qualified to understand and audit the source code of encryption software either, so in most cases you are still putting your faith in security organizations or the community to find issues.
When it comes to security, it often comes with a trade-off. Hardware devices can achieve a level of security that software can’t completely reproduce, but they are a lot harder to audit and verify their integrity.
In any case, the TPM is something that software solutions have to explicitly call in the first place, it isn’t something that activates itself and starts digging into your hard drive. Which means if you don’t want to use it in your security solution, then it will sit there and do nothing. You can keep using your encryption keys in clear memory, visible to any privileged software.
I don’t know specifically about the XBox and how it uses it, but the TPM absolutely can be used as part of a DRM scheme. Since the TPM can be used to encrypt data with a key that can’t be exported, it could be part of a means to hinder copying of content. Of course this content still has to be decrypted into memory in order to be used, so people looking to defeat this DRM usually still can. DRM as a whole is often shown to be a pretty weak solution for copy protection, but companies won’t stop chasing it just the same.
deleted by creator
May I ask a question out of curiosity? If my system dies on a hardware level, and I have to save my hard drive, how can I access it then if I can’t put it in another system?
Generally commercial drive encryption solutions, like Bitlocker, usually has a backup recovery key that can be used to access the encryption key if your TPM is reset, or if your device dies.
So I guess the short answer is most of these solutions don’t fully protect it from being moved to another device, they just add another layer of security and hassle that makes it harder to do. And without the TPM as part of these solutions, you would be entering a 48-character passphrase every time you boot your device, which has several security flaws of its own.
Up to XP I used several dos versions, win3.1, 95, 98, 98SE, and then XP. From there I skipped one version, so 7, then 10. Worked out pretty well so far. So my next windows will hopefully also be 12, and I hope it will have a better UI than 11.
Linux is also interesting, but I like gaming without fiddling too much with my operating system, I just don’t want to commit my rare spare time to that. I want install -> play.
With Proton, running Windows games from Steam has become pretty much click-and-play. If you do all your gaming through Steam, most games just work.
Sadly I do non of my gaming through steam. But someone else might find this answer useful!
deleted by creator
I must admit, I really enjoyed fucking around in M$ Office 2003 (PowerPoint, FrontPage and more) as a kid — we made our own fictional “OS” Desktop Environments in PowerPoint, copying text boxes, drop-down menus etc. from FrontPage. It had a lot of new features that Office XP didn’t have, which made our projects much cooler. It was like the best of both worlds, since it had a somewhat classic UI but also added features we found interesting for our weird niche usecase. Since Office 2003, it’s only been getting worse, IMO.