Skip to content

Storage encryption/decryption #70

@mchack-work

Description

@mchack-work

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog Platform

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions