MD5
https://deno.land/std/hash/md5.ts instead
WARNING - module is deprecated. Please useAn MD5 implementation for deno ported from Joseph Myers, inspired by chiefbiiko and adapted to Typescript.
Usage
import { md5 } from "https://deno.land/x/md5/mod.ts";
const hash = md5("somePassword");