https://github.com/cdimascio/md5-to-uuid
A node module that converts MD5 hashes to UUIDs.
https://github.com/cdimascio/md5-to-uuid
md5 nodejs uuid
Last synced: 30 days ago
JSON representation
A node module that converts MD5 hashes to UUIDs.
- Host: GitHub
- URL: https://github.com/cdimascio/md5-to-uuid
- Owner: cdimascio
- License: mit
- Created: 2018-10-27T16:28:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T01:45:39.000Z (over 7 years ago)
- Last Synced: 2025-05-09T16:44:55.125Z (about 1 year ago)
- Topics: md5, nodejs, uuid
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# md5-to-uuid


[](https://app.codacy.com/app/cdimascio/md5-to-uuid?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/md5-to-uuid&utm_campaign=Badge_Grade_Dashboard)
A node module that converts MD5 hashes to UUIDs
## Install
```shell
npm install md5-to-uuid
```
## Usage
```javascript
const md5ToUuid = require('md5-to-uuid');
const uuid = md5ToUuid(md5Hash)
```
## License
[MIT](LICENSE)