-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
In Castor we introduce persistent storage for device apps. The apps can allocate a storage area for themselves, which is separated from other apps' areas by the firmware.
Considering that the data is stored unencrypted in the app storage area it would make sense to encrypt data before storing it.
We could investigate the possibility to add transparent encryption/decryption to sys_write()/sys_read() or just add some convenience functions to encrypt data in an easy way for writing/reading instead of manually calling into Monocypher functions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog Platform