Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/scrypt/lib/helpers.ts>formatScrypt

🔑 Deno library for hashing passwords using scrypt
Go to Latest
function formatScrypt
import { formatScrypt } from "https://deno.land/x/scrypt@v4.1.1/lib/helpers.ts";

Parameters

rawHash: string
logN: logN
r: number
p: number
salt: string | Uint8Array

Returns

string