2024-08-03 21:53:52 +00:00
|
|
|
# Quorum Key Management System (QKMS)
|
2024-08-03 21:23:14 +00:00
|
|
|
|
2024-08-03 21:53:52 +00:00
|
|
|
Quorum Key Management System (QKMS) is an open source system of playbooks and tooling which
|
2024-08-03 21:23:14 +00:00
|
|
|
facilitates the creation and maintenance of highly resilient Quorum-based Key
|
|
|
|
Management Systems based on a strict threat model which can be used for a
|
|
|
|
variety of different cryptographic algorithms.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
In order to read the `mdbook` run the following commands:
|
|
|
|
|
|
|
|
```
|
|
|
|
cargo install mdbook
|
|
|
|
mdbook serve
|
|
|
|
```
|