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

x/scrypt/lib/format.ts>decomposeFormat

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

Retrieve scrypt parameters from a supported formatted hash

Parameters

formattedHash: string
  • formatted hash
optional
format: scryptFormat
  • format of the hash. Will be detected automatically if not provided