V-core9 / v_to_md5

Safely generate md5 hash value from a string using crypto in node.js

Home Page:https://www.npmjs.com/package/v_to_md5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”„ v_to_md5

Codacy Badge

πŸ”© 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

πŸ“‘ Related links :

About

Safely generate md5 hash value from a string using crypto in node.js

https://www.npmjs.com/package/v_to_md5

License:MIT License


Languages

Language:JavaScript 100.0%