Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/scrypt/lib/helpers.ts>to32bytes

๐Ÿ”‘ Deno library for hashing passwords using scrypt
Go to Latest
function to32bytes
import { to32bytes } from "https://deno.land/x/scrypt@v4.4.1/lib/helpers.ts";

Truncate input to 32 bytes Text will be encoded using UTF-8

Parameters

input: string | Uint8Array
  • data to truncate

Returns

Uint8Array
  • truncated data