Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function hashMd5Password
import { hashMd5Password } from "https://deno.land/x/postgres@ls/connection/auth.ts";

Parameters

password: string
username: string
salt: Uint8Array

Returns

Promise<string>