Skip to content
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

Implement encryption of pages #18

Open
bigspider opened this issue Sep 4, 2024 · 0 comments
Open

Implement encryption of pages #18

bigspider opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bigspider
Copy link
Collaborator

Encrypting memory pages will allow apps to be safe even if confidential data (like private keys) is contained in them when they are outsourced.

Code pages are static and don't need to be encrypted. The data and stack are initialized by the client; therefore, they might not be encrypted when loaded the first time, but must always be encrypted before committing them.

@bigspider bigspider added the enhancement New feature or request label Sep 4, 2024
@bigspider bigspider added this to the MVP milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant