Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bcrypt/bcrypt/base64.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.0/bcrypt/base64.ts";

Parameters

d: Uint8Array
len: number

Returns

string