import { hashPassword } from "https://deno.land/x/dtils@2.4.0/mod.ts";
Hashes a password into a symmetric encryption key for encryptions using the AES algorithm. Function assumes that password and salt are utf characters, not base64
import { hashPassword } from "https://deno.land/x/dtils@2.4.0/mod.ts";
Hashes a password into a symmetric encryption key for encryptions using the AES algorithm. Function assumes that password and salt are utf characters, not base64