Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P proj319-支持 RISC-V 架构的文件级加密文件系统
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PageFault
  • proj319-支持 RISC-V 架构的文件级加密文件系统
  • Merge requests
  • !24

[Dev] Add TPM Support for SEVFS to Replace the Msater key

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged cheydeng requested to merge tpm2 into main Jul 25, 2025
  • Overview 0
  • Commits 11
  • Pipelines 0
  • Changes 4

The TPM hardware security module is employed to securely manage the master key. The entire process of key generation and storage is carried out within the TPM, ensuring that the master key is never exposed as plaintext on disk or in memory. Leveraging the non-volatile storage capabilities of the TPM, the master key is persisted, enabling secure recovery without manual re-injection after device restarts.

Signed-off-by: 邓瑞 cherydeng@dengruideMac-mini.local

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tpm2