mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Feature 837 subframework for encrypting data at rest. #3105

Closed Jeeppler closed 2 months ago

Jeeppler commented 2 months ago

Implements a sub-framework for encrypting data at-rest.

It is designed to encrypt text data which needs to be stored into a persistent storage (data base, object storage, file etc.).

The algorithms used fulfill the following requirements:

Allows to rotate:

HINT: The actual database encryption as described in #837 and #838 is not implemented.