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