Introduction to Secure storage

Revision as of 15:24, 3 July 2023 by Registered User (→‎What is the Secure storage)

1. What is the Secure storage

- Most of devices have to store non-volatile information. Most of these information are sensible: User information, User position, Keys, system settings, ... It means they have to be stored securely: Confidentiality + Authenticity + Integrity. - Secure Storage is the feature to use to securely store sensible information. The Secure Storage is also guarantied by controlling who access to its service (Restrict access to plaintext secrets). - Secure storage can be implemented based on different software architectures or can also rely on hardware mechanisms, depending on the platforms.

2. References