This PR extends the encryption options to include client side encryption. Using a static master key defined in the configuration aws-encryption-sdk library generates a key per file, encrypts the file with the generated key and encrypts both file and the key using the master key.
This PR extends the encryption options to include client side encryption. Using a static master key defined in the configuration
aws-encryption-sdk
library generates a key per file, encrypts the file with the generated key and encrypts both file and the key using the master key.