import { hashPassword } from "https://deno.land/x/dtils@2.6.0/mod.unstable.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
x/dtils/mod.unstable.ts>hashPassword
import { hashPassword } from "https://deno.land/x/dtils@2.6.0/mod.unstable.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