Skip to content

V-core9/v_to_md5

Repository files navigation

🔄 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 :

Releases

No releases published