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

x/scrypto/main.ts>scrypt

An async JavaScript Scrypt implementation using Web Cryptography APIs for PBKDF2.
Latest
function scrypt
import { scrypt } from "https://deno.land/x/scrypto@v1.0.0/main.ts";

Parameters

password: string
salt: string
optional
params: Partial<Params> = [UNSUPPORTED]

Returns

Promise<string>