Secure Storage binding for redpesk

Architecture

The redpesk Secure Storage binding is base on the legato.io secure storage API.

The core of the secure storage is a an encrypted database.

Architecture scheme

The Secure Storage binding provides a secure API to access the encrypted database.

Every client application can store data in a key/value format in the data base, in a private section or in public section call “global”.

Architecture scheme

So two client applications can only share key/value throw the “global” section.

Architecture scheme

Only an administrator can have access to the full secure storage area.

Architecture scheme

The Administration API is mostly disabled by default in Framework for security concerns.