Skip to main content
Table of Contents

Enum EncryptionAlgorithm

Namespace
Stratara.Infrastructure.Security.Serialization
Assembly
Stratara.Infrastructure.dll

Identifies the encryption algorithm embedded in a persisted encrypted JSON envelope.

public enum EncryptionAlgorithm
Extension Methods

Fields

Aes256Gcm = 1

AES-256 in Galois/Counter Mode (AEAD) with 96-bit nonces and 128-bit tags.

Remarks

Stored as the alg field on the encryption wrapper. New values may be appended, but existing values MUST NEVER be removed or repurposed — older ciphertexts depend on the numeric identity for decryption-time algorithm selection.