import { generateKey } from "https://deno.land/x/dtils@2.6.0/encryption.ts";
Generates a base64 encoded encryption key for symmetric encryptions using the AES algorithm
x/dtils/encryption.ts>generateKey
import { generateKey } from "https://deno.land/x/dtils@2.6.0/encryption.ts";
Generates a base64 encoded encryption key for symmetric encryptions using the AES algorithm