https://github.com/chorusone/luksd
Full disk encryption on servers
https://github.com/chorusone/luksd
Last synced: 5 months ago
JSON representation
Full disk encryption on servers
- Host: GitHub
- URL: https://github.com/chorusone/luksd
- Owner: ChorusOne
- License: mit
- Created: 2023-06-14T12:10:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T12:26:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T13:52:34.459Z (about 1 year ago)
- Language: Rust
- Size: 14.1 MB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building tpm2 static binary
```
docker build -t tpm2-build --file - . < tpm2.Dockerfile
docker run -v "${PWD}:/output:Z" -it tpm2-build
```