Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/devops/deps.ts>dtils.decryptSymmetrically

The best unofficial library of utilities for Deno applications
Go to Latest
function dtils.decryptSymmetrically
import { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts";
const { decryptSymmetrically } = dtils;

Symmetrically decrypt bytes using key, which must be a base64 encoded AES key and prepended 16 byte counter

Parameters

key: string
encryptedBytes: Uint8Array