import * as bcrypt from "https://deno.land/x/[email protected]/mod.ts";
export async function main(password: string) {
const salt = await bcrypt.genSalt();
const hash_pass = await bcrypt.hash(password, salt);
return hash_pass;
}
Submitted by hugo697 272 days ago
import * as bcrypt from "https://deno.land/x/[email protected]/mod.ts";
export async function main(password: string) {
const salt = await bcrypt.genSalt();
const hash_pass = await bcrypt.hash(password, salt);
return hash_pass;
}
Submitted by admin 904 days ago
import * as bcrypt from "https://deno.land/x/[email protected]/mod.ts";
export async function main(password: string) {
const salt = await bcrypt.genSalt();
const hash_pass = await bcrypt.hash(password, salt);
return hash_pass;
}Submitted by admin 908 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
import * as bcrypt from "https://deno.land/x/[email protected]/mod.ts";
export async function main(password: string) {
const salt = await bcrypt.genSalt();
const hash_pass = await bcrypt.hash(password, salt);
return hash_pass;
}Submitted by adam186 1036 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
import * as bcrypt from "https://deno.land/x/[email protected]/mod.ts";
export async function main(password: string) {
const salt = await bcrypt.genSalt();
const hash_pass = await bcrypt.hash(password, salt);
return hash_pass;
}Submitted by adam186 1071 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
import * as bcrypt from "https://deno.land/x/[email protected]/mod.ts";
export async function main(password: string) {
const salt = await bcrypt.genSalt();
const hash_pass = await bcrypt.hash(password, salt);
return hash_pass;
}Submitted by rossmccrann 1279 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
import * as bcrypt from "https://deno.land/x/[email protected]/mod.ts";
export async function main(password: string) {
const salt = await bcrypt.genSalt(salt_num);
const hash_pass = await bcrypt.hash(password, salt);
return hash_pass;
}Submitted by rossmccrann 1279 days ago