This code repository is dedicated to testing Windows Virtualization-Based Security (VBS) features for learning purposes, do not use it for production.
The primary focus is on:
- VBS enclave operations such as creating and terminating enclaves, data sealing, and attestation, etc. For more information, refer to Virtualization-based security (VBS) enclaves.
- Exploring advanced key protection based on VBS.
According to Microsoft's official blog post, keys protected using VBS cannot be dumped from process memory or exported in plain text from a user’s machine. This effectively prevents exfiltration attacks by any admin-level attacker.
The vbs-rs
project aims to provide a Rust-based solution for interacting with these VBS features, offering a more secure and reliable approach to key protection and management in Windows environments.
This project is licensed under the MIT License.