I’m curious about the possible uses of the hardware Trusted Protection Module for automatic login or transfer encryption. I’m not really looking to solve anything or pry. I’m just curious about the use cases as I’m exploring network attached storage and to a lesser extent self hosting. I see a lot of places where public private keys are generated and wonder why I don’t see people mention generating the public key from TPM where the private key is never accessible at all.

  • mb_
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    While I don’t use TPM myself (I dislike being tied to a specific hardware) the way it protects you is:

    Disk is protected through encryption, so you can’t remove and inject anything/hack the password.

    If boot is protected/signed/authorized only, a random person can’t load an external OS and modify the disk either.

    All this together would say, even if someone acquires your computer, they can’t do anything to it without an account with access, or an exploit that works before a user logs.

    In a way, the attack surface can be bigger than if you simply encrypted your disk with a key and password protect that key.