https://github.com/v-core9/v_to_md5
Safely generate md5 hash value from a string using crypto in node.js
https://github.com/v-core9/v_to_md5
hash hashing md5 md5-hash node node-md5 nodejs
Last synced: 2 months ago
JSON representation
Safely generate md5 hash value from a string using crypto in node.js
- Host: GitHub
- URL: https://github.com/v-core9/v_to_md5
- Owner: V-core9
- License: mit
- Created: 2021-11-09T20:34:39.000Z (over 3 years ago)
- Default Branch: main_index
- Last Pushed: 2023-03-06T16:30:52.000Z (about 2 years ago)
- Last Synced: 2024-05-28T22:51:53.312Z (12 months ago)
- Topics: hash, hashing, md5, md5-hash, node, node-md5, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/v_to_md5
- Size: 551 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔄 v_to_md5
[](https://app.codacy.com/gh/V-core9/v_to_md5?utm_source=github.com&utm_medium=referral&utm_content=V-core9/v_to_md5&utm_campaign=Badge_Grade_Settings)
🔩 Install using command :
npm install v_to_md5 --save
🪁 How to use:
const v_to_md5 = require("v_to_md5");await v_to_md5("demo_password_123456") //-> returns hash : b9a0dc00aff156a2a5e915ba00a590ba
## ✅ Test Results and Coverage with Jest

📑 Related links :
* [v_to_sha256](https://www.npmjs.com/package/v_to_sha256) ⏭ v_to_sha256 hash generator
* [v_is_empty_value](https://www.npmjs.com/package/v_is_empty_value) ⏭ check if empty entry
* [v_file_system](https://www.npmjs.com/package/v_file_system) ⏭ simple and safe fs module with sync and promises
* [v_execute](https://www.npmjs.com/package/v_execute) ⏭ Exec cli commands
* [v_scrolls](https://www.npmjs.com/package/v_scrolls) ⏭ Readme Generator
* [v_database](https://www.npmjs.com/package/v_database) ⏭ single database solution
* [v_database_cli](https://www.npmjs.com/package/v_database_cli) ⏭ v_database cli tool