= Project Goal The aim of this project is to reimplement a subset of the functionality of the secret management tool "#link("https://github.com/hashicorp/vault")[HashiCorp Vault]", which is currently written in Go, in Rust. Expected benefits of this are an increase in speed and reliability and a higher level of security. As part of this, a HTTP-API for key-value based secret handling is implemented. Data is stored in a sqlite database.