Namespace C4.Net.Encryption
Classes
- AesEncryptionStrategy
Encrypts workspace JSON using AES/CBC with PBKDF2-derived keys.
- EncryptedJsonReader
Deserializes encrypted workspace JSON payloads.
- EncryptedJsonWriter
Serializes encrypted workspace instances to JSON.
- EncryptedWorkspace
Wraps a workspace together with the metadata needed to store it in encrypted form.
- EncryptionStrategy
Defines the contract for client-side workspace encryption strategies.