Can Hashicorp Vault
encrypt data?
I'm using the Vault as the key(s) storage for now, but does vault able to encrypt data for the application?
Scenario: My client is a java application, accessing Vault through Vault's Java spring API. Will java be able to send a big/long string to Vault and receive the encrypted version of that string? In another word using Vault as an encryptor and decryptor service.