https://github.com/v-core9/v_to_sha256
v_to_sha256 will provide you with hash value once given a string, similar to v_to_md5.
https://github.com/v-core9/v_to_sha256
node-crypto sha256 sha256-crypt sha256-hash
Last synced: about 1 month ago
JSON representation
v_to_sha256 will provide you with hash value once given a string, similar to v_to_md5.
- Host: GitHub
- URL: https://github.com/v-core9/v_to_sha256
- Owner: V-core9
- License: mit
- Created: 2021-11-10T05:31:14.000Z (over 4 years ago)
- Default Branch: main_index
- Last Pushed: 2023-03-06T16:31:35.000Z (about 3 years ago)
- Last Synced: 2025-02-17T13:04:44.962Z (over 1 year ago)
- Topics: node-crypto, sha256, sha256-crypt, sha256-hash
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/v_to_sha256
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👨💻 v_to_sha256
[](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");
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

📑 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