Skip to main content
Module

x/iron/src/types.ts

A cryptographic utility for sealing a JSON object using symmetric key encryption with message integrity verification.
Go to Latest
import * as iron from "https://deno.land/x/iron@v1.1.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

generateKey() method options.

Password secret string or buffer.