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

x/iron/src/types.ts

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

Interfaces

Generated HMAC internal results.

Generated internal key object.

Options for customizing the key derivation algorithm used to generate encryption and integrity verification keys as well as the algorithms and salt sizes used.

seal() method options.

Type Aliases

Algorithm used for encryption and decryption.

generateKey() method options.

Algorithm used for integrity verification.

Password secret string or buffer.