Elektrine lite

← Feed

@meaansel@lemmy.world

Post #1124938

2026-04-06 06:26 UTC

But at the end of day, doesn’t app have to ask OS? At that stage, can’t you spoof “positive” responce of unmodified system?

Replies (1)

  • @LedgeDrop@lemmy.zip 2026-04-06 16:47

    That's the strength of public/private key encryption. The application (or OS) _knows_ what the hardware vendors public key is. Thus ,it can verify that any message (or application key) claiming to come from that hardware (TPM) is legitimate or not. Thus, the OS is just a proxy or the middle man. Now what you could do (in theory) is to start modifying the application and replace the hardware vendor public key with your own. ...but you'd need to do this with every application and they'll probably have some sort of anti-tampering or (more likely) you won't even be allowed to install the application because your OS isn't "safe/secure". _disclaimer:_ I'm a bit hazy on some of these details. There are probably more elegant solutions.

    Open ##2663434