Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
variable encryptCryptoJSAES
import { encryptCryptoJSAES } from "https://deno.land/x/oak_sessions@v4.1.10/src/crypto.ts";

type

(
plainText: string,
passphrase: string,
iterations?,
) => Promise<string>