Hi San,
You didn't really go into detail on your requirements, but generally
speaking Vault doesn't do tokenization, only encryption. That said,
there are ways that you can apply various pieces of functionality in
Vault to achieve a similar effect. You may want to look at the transit
backend (https://www.vaultproject.io/docs/secrets/transit/index.html)
which allows for encryption-as-a-service without divulging the
underlying encryption keys.
In 0.6.1 this will gain functionality to perform convergent
encryption, where the same inputs produce the same ciphertext. This
can be used to perform a type of tokenization, where the same inputs
can produce the same output, but the actual output value is encrypted.
Since this uses a key derivation function based on context you provide
(such as a token identifier), it's also cryptographically strong since
you could have any given token using a different key.
Best,
Jeff
Hi San,
There is optional HSM support in Vault Enterprise. It doesn't store all keys stored within Vault in an HSM; rather, it supports wrapping Vault's master key with an HSM-stored key. This allows conformance with specifications that require an HSM to protect the master key...often this is the actual requirement.
Best,
Jeff
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/922afb4e-1c46-4f74-a7a6-44a9c823f4a6%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/e33e6734-3d14-4452-8f08-1c5d086ac989%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/8c0a445b-592f-48d2-97cd-e2753d499527%40googlegroups.com.