Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/devops/deps.ts>dtils.hashPasswordBytes

The best unofficial library of utilities for Deno applications
Go to Latest
function dtils.hashPasswordBytes
import { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts";
const { hashPasswordBytes } = dtils;

Hashes a password into a symmetric encryption key for encryptions using the AES algorithm

Parameters

passwordBytes: Uint8Array
saltBytes: Uint8Array