Skip to main content
CipherMode - crypto - Node documentation
type alias CipherMode

Usage in Deno

import { type CipherMode } from "node:crypto";

Definition

"cbc"
| "ccm"
| "cfb"
| "ctr"
| "ecb"
| "gcm"
| "ocb"
| "ofb"
| "stream"
| "wrap"
| "xts"