Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/god_crypto/src/aes/aes_js.ts>PureAES#encrypt

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

Parameters

m: Uint8Array

Returns

Promise<Uint8Array>