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

x/ayonli_jsext/hash.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/hash.ts";

Simplified hash functions for various data types, based on the Web Crypto API and crypto package in Node.js.

Functions

Calculates the MD5 hash of the given data.

Calculates the SHA-1 hash of the given data.

Calculates the SHA-256 hash of the given data.

Calculates the SHA-512 hash of the given data.