Hacker News new | ask | show | jobs
by zelly 2323 days ago
Yes but the TPM can only generate its own RSA key. You can't take an existing private key and store it in the TPM.
1 comments

That's generally what you want. If the private key only ever existed in the TPM then you know there aren't any copies in an attacker's hands somewhere (ignoring hardware vulnerabilities). But if you copy a key into the TPM, there could have been malware that stole a copy of the key beforehand.