Skip to content

Instantly share code, notes, and snippets.

@hashbrowncipher
Last active September 11, 2024 05:15
Show Gist options
  • Save hashbrowncipher/73fa4a287f1a68bf073c5a054c0343e9 to your computer and use it in GitHub Desktop.
Save hashbrowncipher/73fa4a287f1a68bf073c5a054c0343e9 to your computer and use it in GitHub Desktop.

I have been categorizing enclaves into a hierarchy:

  • Level 0 (secret storage): allows you to store and retrieve the secret
  • Level 1 (identity verification): checks who you are, then performs an operation on the secret
  • Level 2 (policy enforcement): checks who you are, what you are doing, and then performs an operation on the secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment