| According to [1] > It offers both security and flexibility by being end-user programmable while also preventing applications loaded onto the device from knowing each other’s secrets. During use firmware on Tillitis Key derives a unique key for each application it runs by measuring it before execution. This is done by combining an application’s hash value with a unique per device secret. Applications are loaded onto the device from the host computer during use, and are not stored persistently on the device. So the idea here is: * General purpose, reprogrammable security coprocessor * If you save secrets with application A, then install evil application B, it can't access the secrets from A. * And if you revert back to A, those saved secrets will still be there. * Therefore, it's more practical to run two different applications - and safer to experiment with your own applications, because you won't lose all your website logins. [1] https://www.tillitis.se/ |
* And if you revert back to A, those saved secrets will still be there.
What stops app B from pretending it's an app A ?