Skip to main content
Extremely Popular
Go to Latest
function hashMd5Password
import { hashMd5Password } from "https://deno.land/x/postgres@v0.19.2/connection/auth.ts";

Parameters

password: string
username: string
salt: Uint8Array

Returns

Promise<string>