Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dryptography/aes/mod.ts>CTR#decrypt

Deno port of https://github.com/spalt08/cryptography
Latest
method CTR.prototype.decrypt
import { CTR } from "https://deno.land/x/dryptography@v0.1.4/aes/mod.ts";

Decrypts cipher text with AES-IGE mode.

Parameters

message: string | Uint32Array | Uint8Array
optional
buf: Uint32Array