Skip to main content
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.4/deps.ts";

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

type

StdCrypto