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

type

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