export type EncryptionAlgorithm = "None" | "AES128" | "AES192" | "AES256";