Skip to main content
Module

x/dtils/mod.ts>encrypt

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

Symmetricly encrypts bytes using key

Parameters

key: string
plainBytes: Uint8Array