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

x/scrypt/deps.ts>crypto

🔑 Deno library for hashing passwords using scrypt
Go to Latest
variable crypto
import { crypto } from "https://deno.land/x/scrypt@v4.3.3/deps.ts";

An wrapper for WebCrypto adding support for additional non-standard algorithms, but delegating to the runtime WebCrypto implementation whenever possible.

type

StdCrypto