Skip to main content
Module

x/dtils/mod.ts>decrypt

The best unofficial library of utilities for Deno applications
Go to Latest
function decrypt
import { decrypt } from "https://deno.land/x/dtils@1.6.3/mod.ts";

Symmetricly decrypts bytes using key

Parameters

key: string
encryptedBytes: Uint8Array