All secrets are encrypted on the client. The CryptVault cloud has no way of accessing the secrets.
Welcome to CryptVault
What is a Vault ?
-
Secret store for systems!
When two or more systems need to communicate and share access data. (e.q.: application server requires database password)
This can be easily and securely transferred from one system to another via CryptVault.
-
Identities handling
Systems, pipelines, etc are called Identities
Anything that has access to secrets is called an identity.
This can be CI/CD pipelines, servers, services and much more.
-
Change secrets easily
Because all identities have access to the secrets vault.
Changes to a secret can be made without large provisioning chains.
Feature of CryptVault
All data stored in German data centres.
Using a rights concept, each identity can only be granted access to the secrets that it needs to access.
Tools to Manage ?
Management via CLI
Take full control of your CryptVault directly from the command line.
Create, configure, and monitor your vault with simple commands, perfect for developers and power users who prefer speed and automation.
Management via Terraform / OpenTofu
Automate your CryptVault deployments with infrastructure-as-code. Define your vaults and their configurations declaratively using Terraform or OpenTofu, ensuring consistent environments.
Embedding via CryptVault HOA
Seamlessly integrate CryptVault functionality into your applications via a Higher Order Component (HOA). Enable secure vault interactions directly within your back-end projects with minimal setup.