Skip to content

A lightweight JavaScript function for hashing messages by the MD5 algorithm

License

Notifications You must be signed in to change notification settings

eustatos/pure-md5

Repository files navigation

pure-MD5

npm version npm downloads Build Status codecov Maintainability Test Coverage Node.js Package

Install

npm install -S pure-md5

Usage

import {md5} from 'pure-md5';

const hash = md5('hello'); // 5d41402abc4b2a76b9719d911017c592

CDN

<script src="https://unpkg.com/pure-md5@latest/lib/index.js"></script>
<script>
    console.log(md5('hello')); // 5d41402abc4b2a76b9719d911017c592
</script>

About

A lightweight JavaScript function for hashing messages by the MD5 algorithm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published