An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 🔄 v_to_md5

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bddede2a4cd345e78743086499b880b9)](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

![v_to_md5 Test and Coverage with Jest](coverage.png)

📑 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