V-core9 / v_to_sha256

v_to_sha256 will provide you with hash value once given a string, similar to v_to_md5.

Home Page:https://www.npmjs.com/package/v_to_sha256

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘¨β€πŸ’» v_to_sha256

Codacy Badge

πŸ”© 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");

console.log(await v_to_sha256("demo_password_123456"))  //-> returns hash : 4491875b6270ce2dd38068c03e1ce0251e06396cddb5fe87f51fe1024bfceb1a
console.log(v_to_sha256.sync("demo_password_123456")) //-> Shoud be same :)

βœ… Test Results and Coverage with Jest

v_to_sha256 Test and Coverage with Jest

πŸ“‘ Related links :

About

v_to_sha256 will provide you with hash value once given a string, similar to v_to_md5.

https://www.npmjs.com/package/v_to_sha256

License:MIT License


Languages

Language:JavaScript 100.0%