Skip to main content
Module

x/iron/src/types.ts>Key

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

Generated internal key object.

Properties

salt: string
iv: Uint8Array