Skip to content

cdimascio/md5-to-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md5-to-uuid

Codacy Badge

A node module that converts MD5 hashes to UUIDs

Install

npm install md5-to-uuid

Usage

const md5ToUuid = require('md5-to-uuid');
const uuid = md5ToUuid(md5Hash)

License

MIT