Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable encryptCryptoJSAES
import { encryptCryptoJSAES } from "https://deno.land/x/oak_sessions@v4.1.12/src/crypto.ts";

type

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