import { encryptSymmetrically } from "https://deno.land/x/dtils@2.0.0-beta.1/mod.ts";
Symmetrically encrypt bytes using key
, which must be a base64 encoded AES key and prepended 16 byte counter
x/dtils/mod.ts>encryptSymmetrically
import { encryptSymmetrically } from "https://deno.land/x/dtils@2.0.0-beta.1/mod.ts";
Symmetrically encrypt bytes using key
, which must be a base64 encoded AES key and prepended 16 byte counter