Skip to main content
Module

x/bcrypt/mod.ts

A port of jBCrypt to TypeScript for use as a Deno module
Go to Latest
File
export { genSalt, compare, hash, genSaltSync, compareSync, hashSync,} from "./src/main.ts";