Skip to main content
Module

x/bcrypt/mod.ts

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