Skip to main content
Go to Latest
variable decryptCryptoJSAES
import { decryptCryptoJSAES } from "https://deno.land/x/oak_sessions@v4.0.4/src/crypto.ts";

type

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