Skip to main content
Module

x/easysecurity/mod.ts>sha256Hex

Basic security API for Typescript that optimizes for easy use
Go to Latest
variable sha256Hex
import { sha256Hex } from "https://deno.land/x/easysecurity@0.1.4/mod.ts";

produce the hex-encoded string of the sha256 hash of string s

type

(s: string) => Promise<string>