README.md in kms_encrypted-0.2.0 vs README.md in kms_encrypted-0.3.0
- old
+ new
@@ -9,11 +9,11 @@
3. Doesn’t have a great audit trail to see how data has been accessed
4. Doesn’t let you grant encryption and decryption permission separately
Key management services address all of these issues and it’s easy to use them together.
-Supports [Amazon KMS](https://aws.amazon.com/kms/) and [Google KMS](https://cloud.google.com/kms/)
+Supports [Amazon KMS](https://aws.amazon.com/kms/), [Google KMS](https://cloud.google.com/kms/), and [Vault](https://www.vaultproject.io/)
[![Build Status](https://travis-ci.org/ankane/kms_encrypted.svg?branch=master)](https://travis-ci.org/ankane/kms_encrypted)
## How It Works
@@ -27,9 +27,14 @@
Follow the instructions for your key management service:
- [Amazon KMS](guides/Amazon.md)
- [Google KMS](guides/Google.md)
+- [Vault](guides/Vault.md)
+
+## Related Projects
+
+To securely search encrypted data, check out [Blind Index](https://github.com/ankane/blind_index).
## History
View the [changelog](CHANGELOG.md)