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

x/dryptography/aes/mod.ts>IGE#encrypt

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

Encrypts plain text with AES-IGE mode.

Parameters

message: string | Uint32Array | Uint8Array
optional
buf: Uint32Array