Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function hashMd5Password
import { hashMd5Password } from "https://deno.land/x/postgres@v0.18.0/connection/auth.ts";

Parameters

password: string
username: string
salt: Uint8Array

Returns

Promise<string>