v_to_sha256
v1.1.0
Published
Generates sha256 hash value from a provided string or returns false in case of an error.
Downloads
49
Maintainers
Readme
👨💻 v_to_sha256
🔩 Install using command :
npm install v_to_sha256
🎭 And save for later re-install :
npm install v_to_sha256 --save
🪁 How to use:
const v_to_sha256 = require("v_to_sha256");
v_to_sha256("demo_password_123456") //-> returns hash : 4491875b6270ce2dd38068c03e1ce0251e06396cddb5fe87f51fe1024bfceb1a
✅ Test Results and Coverage with Jest
📑 Related links :
- v_to_md5 ⏭ MD5 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