This is particularly interesting considering that TrueCrypt recommended migration to BitLocker as the main option for Windows: https://truecrypt.sourceforge.net/ IIRC Apple's version of TPM (Secure Enclave) should be immune to such attacks (since it's on the SoC, but I'm not sure whether the communication is encrypted or not), and the main data encryption method for GNU/Linux (LUKS) does not utilize TPM by default (m…
If you worry about someone sniffing your hardware buses, you should also worry about them intercepting your keyboard connection when you type the TrueCrypt password.
Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
11–20 of 74 posts
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#12It's disappointing that TPM-only is the default for Bitlocker, but you can just use something else (pin/password, key file, ...).
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#13To decrypt a drive with a TPM-only key you just need to turn on the PC . So what's the big deal here? It's disappointing that TPM-only is the default for Bitlocker, but you can just use something else (pin/password, key file, ...).
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#14TPM is insecure against physical attacks by design: https://gist.github.com/osy/45e612345376a65c56d0678834535166 The only secure implementation is called D-RTM which requires a level of chip, OEM, and OS support that's not done in practice.
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#15Very interesting video. For those who can't watch, he creates a PCB with a RPi Pico and some data pins which can sniff the BitLocker key as it's sent from the TPM chip back to the CPU. I was surprised to see that this was sent in plaintext, so although his board probably will only work for that particular motherboard, the method would be sound for other computers as well. I'll leave the comments about MS requiring TP…
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#16TPM is insecure against physical attacks by design: https://gist.github.com/osy/45e612345376a65c56d0678834535166 The only secure implementation is called D-RTM which requires a level of chip, OEM, and OS support that's not done in practice.
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#17To decrypt a drive with a TPM-only key you just need to turn on the PC . So what's the big deal here? It's disappointing that TPM-only is the default for Bitlocker, but you can just use something else (pin/password, key file, ...).
These kinds of attacks aside, the intent is that you need to turn on the PC and then actually boot to the intended operating system, which is then protected with a login screen
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#18TPM is insecure against physical attacks by design: https://gist.github.com/osy/45e612345376a65c56d0678834535166 The only secure implementation is called D-RTM which requires a level of chip, OEM, and OS support that's not done in practice.
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#19Very interesting video. For those who can't watch, he creates a PCB with a RPi Pico and some data pins which can sniff the BitLocker key as it's sent from the TPM chip back to the CPU. I was surprised to see that this was sent in plaintext, so although his board probably will only work for that particular motherboard, the method would be sound for other computers as well. I'll leave the comments about MS requiring TP…
It's a bit of a chicken-egg problem when the TPM is the root of trust for the entire system. Sure you can encrypt the data on the bus, but where do you store that key?
Re: Breaking Bitlocker – Bypassing the Windows Disk Encryption [video]
#20TPM is insecure against physical attacks by design: https://gist.github.com/osy/45e612345376a65c56d0678834535166 The only secure implementation is called D-RTM which requires a level of chip, OEM, and OS support that's not done in practice.