Skip to main content
Module

x/dtils/mod.ts>hashPassword

The best unofficial library of utilities for Deno applications
Go to Latest
function hashPassword
import { hashPassword } from "https://deno.land/x/dtils@2.0.0-beta.1/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

Parameters

password: string
salt: string