v_to_md5
v1.0.17
Published
🔄 Generates MD5 hash value from a provided string or returns false in case of an error. Simple generator using Crypto.
Downloads
17
Maintainers
Readme
🔄 v_to_md5
🔩 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 ⏭ v_to_sha256 hash generator
- v_is_empty_value ⏭ check if empty entry
- v_file_system ⏭ simple and safe fs module with sync and promises
- v_execute ⏭ Exec cli commands
- v_scrolls ⏭ Readme Generator
- v_database ⏭ single database solution
- v_database_cli ⏭ v_database cli tool