Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/iron/src/types.ts>EncryptionAlgorithm

A cryptographic utility for sealing a JSON object using symmetric key encryption with message integrity verification.
Latest
type alias EncryptionAlgorithm
import { type EncryptionAlgorithm } from "https://deno.land/x/iron@v1.2.1/src/types.ts";

Algorithm used for encryption and decryption.

definition: "aes-128-ctr" | "aes-256-cbc"