UNPKG

v_to_md5

Version:

šŸ”„ Generates MD5 hash value from a provided string or returns false in case of an error. Simple generator using Crypto.

28 lines (17 loc) • 1.25 kB
# šŸ”„ 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