Actions
Feature #59
openFeature #45: add backend encryption for all sensitive data
Add header to encrypted attributes
Description
To be able to change encryption types in the future we should add some header with the used encryption type/mode to each encrypted value.
Updated by The 2nd about 9 years ago
- % Done changed from 0 to 80
- Encryption method now adds a simple "header" to each encrypted field (e.g. SECRET="AES_CFB{63353236396562336562363438326332}")
- Decryption method uses this header to choose the right decryption type
Actions