Skip to main content
Module

x/bcrypt/deps.ts>encode

A port of jBCrypt to TypeScript for use as a Deno module
Go to Latest
function encode
import { encode } from "https://deno.land/x/bcrypt@v0.2.3/deps.ts";

Shorthand for new TextEncoder().encode()

Parameters

optional
input: string

Returns

Uint8Array