Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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.3.0/lib/helpers.ts";

Parameters

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

Returns

string