Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mongo/src/auth/scram.ts>passwordDigest

MongoDB driver for Deno
Extremely Popular
Go to Latest
function passwordDigest
import { passwordDigest } from "https://deno.land/x/mongo@v0.31.2/src/auth/scram.ts";

Parameters

username: string
password: string

Returns

Promise<string>