import { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts";
const { encryptSymmetrically } = dtils;
Symmetrically encrypt bytes using key
, which must be a base64 encoded AES key and prepended 16 byte counter
import { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts";
const { encryptSymmetrically } = dtils;
Symmetrically encrypt bytes using key
, which must be a base64 encoded AES key and prepended 16 byte counter