Skip to main content
Module

x/god_crypto/src/aes/common.ts>BlockCiperConfig

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
Very Popular
Latest
interface BlockCiperConfig
import { type BlockCiperConfig } from "https://deno.land/x/god_crypto@v1.4.11/src/aes/common.ts";

Properties

optional
mode:
| "ctr"
| "cfb"
| "ofb"
| "ecb"
| "cbc"
optional
padding: "pkcs5"
optional
iv: Uint8Array | string