You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reviewing the documentation and noticed that ext2fs is mentioned as the protected filesystem, with integrity ensured by dm-verity. I have a few questions regarding this:
Does this imply that when using ext2fs, it is not possible to persist encrypted data from memory to disk?
If I want to persist data from memory to disk during runtime, does that mean hostfs is the only option?
It would be great if you could clarify how Mystikos handles the trade-off between integrity (via dm-verity) and encryption for disk persistence in these cases.
Thanks for your work on this project! Looking forward to your insights.
Dear Mystikos team,
I was reviewing the documentation and noticed that ext2fs is mentioned as the protected filesystem, with integrity ensured by dm-verity. I have a few questions regarding this:
It would be great if you could clarify how Mystikos handles the trade-off between integrity (via dm-verity) and encryption for disk persistence in these cases.
Thanks for your work on this project! Looking forward to your insights.
@ya0guang might also find this topic interesting.