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

type

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