asbjaare / SecureFUSEStream

SecureFUSEStream: A system for secure video processing and storage, using FUSE for a custom filesystem interface and TEE for enhanced data security. It ensures integrity and confidentiality in video handling.
0 stars 0 forks source link

Persist processed data encrypted #5

Open otytlandsvik opened 5 months ago

otytlandsvik commented 5 months ago

Processed video data should be encrypted before persisting to disk

OPTEE has an API for secure storage. This could be used to store the data encrypted using the TEE.

otytlandsvik commented 5 months ago

Some remarks:

otytlandsvik commented 5 months ago

Looks like we can also use LUKS for this purpose