import { type SealOptionsSub } from "https://deno.land/x/iron@v1.2.0/dist/index.d.cts";
seal() method options.
Type Parameters
optional
Algorithm extends _Algorithm = _AlgorithmProperties
The length of the salt (random buffer used to ensure that two identical objects will generate a different encrypted result). Defaults to 256.
algorithm: Algorithm
The algorithm used. Defaults to 'aes-256-cbc' for encryption and 'sha256' for integrity.