IdentityShroud/IdentityShroud.Core/Security
eelke 644b005f2a Support rotation of master key.
The EncryptionService now loads a set of keys and uses the active one to encrypt and selects key based on keyid during decryption. Introduced EncryptedValue to hold keyId and encrypted data.

(There are no intermeddiate keys yet)
2026-02-24 06:32:58 +01:00
..
Keys Cleanup 2026-02-22 09:28:05 +01:00
ConfigurationSecretProvider.cs Support rotation of master key. 2026-02-24 06:32:58 +01:00
EncryptedValue.cs Support rotation of master key. 2026-02-24 06:32:58 +01:00
EncryptionKey.cs Support rotation of master key. 2026-02-24 06:32:58 +01:00
JsonWebAlgorithm.cs Cleanup 2026-02-22 09:28:05 +01:00
JwtSignatureGenerator.cs Add test for JwtSignatureGenerator 2026-02-14 14:38:30 +01:00