Yoko 237a066f39
Spring Cloud Vault Java demo (#4397)
* WIP - Spring Cloud Vault Java demo

* Added 'Reloading the Static Secrets' step

* Fixed a typo

* Minor wording change

Remove redundant "a".

* Typos and grammar

Fixed a few misspellings ("spring") and the odd "a", "the", or "an".
2018-04-27 09:18:50 -07:00

1.3 KiB

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
guides Encryption as a Service - Guides guides-encryption The transit secrets engine handles cryptographic functions on data in-transit. Vault doesn't store the data sent to the secrets engine. It can also be viewed as "cryptography as a service" or "encryption as a service".

Encryption as a Service

Vault provides Encryption as a Service (EaaS) to enables security teams to fortify data during transit and at rest. So even if an intrusion occurs, your data is encrypted and the attacker would never get a hold of the raw data.

This guide walks you through Encryption as a Service topics.