Skip to main content
Module

x/crypto/block-modes.ts

🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, HMAC, HKDF, PBKDF2
Go to Latest
import * as crypto from "https://deno.land/x/crypto@v0.7.0/block-modes.ts";

Classes

Block cipher mode of operation.

Cipher block chaining (CBC) mode of operation.

Cipher feedback (CFB) mode of operation.

Counter (CTR) mode of operation.

Electronic codebook (ECB) mode of operation.

Output feedback (OFB) mode of operation.

Interfaces

This is a low level class. Use a block cipher mode to encrypt and decrypt data