-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CVM-IO Protection Motivation #51
Comments
Also, Julian had some interesting comments for CVM-IO protection, with which we could flesh out the protection design: Julian: Q: Could you explain how the problem/solution compares to existing data sealing functionality of SGX for example? S: As already mentioned it is probably beneficial to accomplish as many protection goals as possible at the same time. I would suggest you have a look at AES GCM encryption. It is a well established algorithm that provides confidentiality, intergity & authenticity. Additionally it also allows to add associated data which could be helpful for managing counters to freshness. My response:
A:
wrt aes-gcm: TL;DR |
Broad idea of AES-GCM use:
We can then have all CVM protection guarantees for the data! |
We orignally also had the idea for varying performance. |
To discuss w/ Dmitrii
|
As Dimitra pointed out, stronger motivation of the protection aspect would be beneficial to the work:
The text was updated successfully, but these errors were encountered: