Task specification
With the introduction of AEAD_KMAC as new DB encryption algorithm, there is a possibility to reencrypt existing data with a stronger encryption algorithm. We should implement a service for this purpose. The reencryption is mainly needed for callback authentication and application configuration, activation-scoped data is migrated to V4 which already uses the stronger algorithm.
Task specification
With the introduction of
AEAD_KMACas new DB encryption algorithm, there is a possibility to reencrypt existing data with a stronger encryption algorithm. We should implement a service for this purpose. The reencryption is mainly needed for callback authentication and application configuration, activation-scoped data is migrated to V4 which already uses the stronger algorithm.