@xn-02f/md5

A tiny MD5 library without dependencies for node, convert string to MD5 hash.

Usage no npm install needed!

<script type="module">
  import xn02fMd5 from 'https://cdn.skypack.dev/@xn-02f/md5';
</script>

README

MD5

GithubActions GitLabCI AzurePipeline npm LICENSE

🔓 MD5 is tiny library without dependencies for node, convert string to MD5 hash.

Install

Via npm :

$ npm i @xn-02f/md5

Usage

const md5 = require('@xn-02f/md5');
// import md5 from '@xn-02f/md5'

md5('xn-02f');  // => '54d30fa674d13e3598970bc9c5e2388e'

Parameter | return -- | -- string
The value to be converted. | string
MD5 hex hash string.

License

MIT



© 2021   |   xn-02f