UNPKG

v_to_sha256

Version:

Generates sha256 hash value from a provided string or returns false in case of an error.

31 lines (19 loc) • 1.39 kB
# šŸ‘Øā€šŸ’» v_to_sha256 [![Codacy Badge](https://api.codacy.com/project/badge/Grade/476b8bdbefe54a2fbe949fc0dcaaeabc)](https://app.codacy.com/gh/V-core9/v_to_sha256?utm_source=github.com&utm_medium=referral&utm_content=V-core9/v_to_sha256&utm_campaign=Badge_Grade_Settings) šŸ”© 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 ![v_to_sha256 Test and Coverage with Jest](coverage.png) šŸ“‘ Related links : * [v_to_md5](https://www.npmjs.com/package/v_to_md5) ā­ MD5 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