function encryptimport { encrypt } from "https://deno.land/x/dtils@1.7.0/mod.ts"; encrypt(key: string, plainBytes: Uint8Array)Symmetricly encrypts bytes using key Parameterskey: stringplainBytes: Uint8Array