Skip to content

Type Alias: EncryptionAlgorithm

ts
type EncryptionAlgorithm = "aes-256-cbc" | "aes-128-cbc";

The encryption algorithm to use