As ever with security questions, the answer to that depends a lot on your threat model.
Microsoft say that the main features of TPMs are that they [1]:
> Generate, store, and limit the use of cryptographic keys.
> Use TPM technology for platform device authentication by using the TPM’s unique RSA key, which is burned into itself.
> Help ensure platform integrity by taking and storing security measurements.
One can, in principle, imagine situations á la Apple's T2 chip whereby this could be very useful to the end user -- for example, in hardware rate-limiting whole drive encryption decryption requests. Microsoft don't actually state this as a potential use-case. They go for the rather more prosaic
> Antimalware software can use the boot measurements of the operating system start state to prove the integrity of a computer running Windows 10 or Windows Server 2016. These measurements include the launch of Hyper-V to test that datacenters using virtualization are not running untrusted hypervisors. With BitLocker Network Unlock, IT administrators can push an update without concerns that a computer is waiting for PIN entry.
The rest of the page then goes on about hardware attestation. In reality, I am increasingly convinced that this is all an elaborate DRM scheme, similar to what they integrated in the XBox, with its on-chip crypto. I think we will see increasingly user-hostile, but more "transparent" DRM schemes based around this idea, and continue the cat-and-mouse game of "you are running this code in a VM and that is unauthorised for $MONEY_REASONS".
I'm worried that pushing whole-disc encryption at people who aren't aware of the consequences is a huge risk.
I suspect for most consumer and small-business users, the risk of "a power surge blew out my motherboard and TPM, but I can take the surviving SSD and plunk it in a new PC and salvage my data" is a much more important use case than "someone might steal my PC and get at my valuable unencrypted data." I know we've heard people screaming about this on the MacOS side, but thereit's intertwined with the unrecoverability of a soldered storage subsystem.
Large and technical organizations who might need the encryption are hopefully more likely to have IT staff and policies for backups and recovery, so they'll be able to handle that emergency better.
In Windows 10 today, enabling BitLocker backups the keys to your AAD/Microsoft Account (depending on Home or Pro). If you hook the drive to another Windows machine you should be able to decrypt it with not a lot of trouble (you might have to log into the Azure Portal to pull the keys out if you are in a corporate environment, but that's it).
I think the threat models of the overwhelming majority of individuals would prioritize scenarios that involve lost or stolen laptops/desktops over law enforcement. So Microsoft defaulting to protecting the security needs of the common man over criminals seems entirely reasonable to me. Criminals (or the security/privacy conscious) can organize their enterprises to make sure that their BitLocker keys aren’t stored where law enforcement agencies can get them. And I say that as someone who really does have concerns about the possibility that this can be abused, but I still believe it’s a reasonable default.
Yes this. I've scraped my SSD for data after it blew up :)
The data wasn't that valuable otherwise I'd have had it backed up. The problem is it's my game PC. I don't want to constantly backup and sync all my game files as I can easily re-download them anyway and they take a ton of space. The savegames I do want backed up ideally but they're all over the filesystem. So, I recovered some that way. It was educational too, trying to scrape stuff off a broken NTFS image.
But I certainly don't need or want my desktop PC encrypted. I only use my Windows box for gaming and I don't want to waste performance on it.
An encrypted hdd/ssd will help of someone steals your computer, removes your drive, and tries to read it from another computer in order to bypass your passwords. It won’t do shit for ransom ware. Ransom ware runs as a user land program and does encryption from within your OS where you data is live and unencrypted. The end result will be a hard drive full of encrypted files that is then reencrypted by bitlocker.
The only thing TPM based disk encryption protects is the kernel and the login screen. Without disk encryption somebody could modify your kernel or boot sequence and inject something nasty. Likewise they could do the old utilman.exe hack[1] and get admin by replacing one of the programs on the login screen with a shell.
If the device can boot without a password or PIN, there are some surprising ways to get into it just by switching networks (if network drives are mounted it will sometimes send NTLM hashes), or by good old brute-forcing.
The TPM combined with secure boot will only unlock the disk if nothings been tampered with, meaning your OS security is intact. If you switch off secure boot or mess with the kernel or boot loader it’ll just refuse to unlock.
I would guess extracting the keys from the tpm in other ways is not impossible, but probably sufficiently hard to be not worth it in most situations.
No, I think you might be mistaken. I have been bitten by this when doing a simple BIOS reset for a computer that was having charging/battery issues. Resetting the BIOS tripped Bitlocker, which I did not configure or enable, it was enabled after doing the initial Windows 10 setup.
Since the account was a local account, not one signed into a Microsoft account, the Bitlocker keys were not backed up an all data was lost. I was stunned, I've been doing laptop repair for almost 10 years and I've never seen something this stupid.
The TPM gets the measurements of the state of the system during different phases of the boot process, and only releases the key if those measurements match.
It's also designed to not be able to be able to extract the key material out of it.
Can someone on the inside confirm that my using a new chip won't make me unable to boot into my Windows 11 install "Sorry you need your double secret trusted components to use them with our TPM modules, and thus your* software install."
* "Your" meaning ours, licensed to you until we decide to change the license.