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

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

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

Symmetrically encrypt bytes using keyBytes, which must be an AES key, with a 16 byte counter prepended

Parameters

keyBytes: Uint8Array
plainBytes: Uint8Array