ekino / ekino/EkinoDataProtectionBundle
Versionning of encryption keys
Open
- Dominant language
- PHP
- Stars
- 5
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The keys must be versioned to be able to change the key if one is leaked, but also still be able to decode old data.
The encryption message should start by a prefix: `{keyVersion}encryptedPayload`, and the `encryptor/decryptor` should support the multiple keys.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.