Skip to content

Jemiiah/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password Hashing with Salt using Node.js

This is a simple Node.js script that demonstrates password hashing with salt using the SHA-256 cryptographic hash function. It prompts the user to enter a password and then generates a salt, hashes the password with the salt, and prints the hashed password along with the salt.

Installation

  1. Make sure you have Node.js installed on your system.
  2. Clone this repository to your local machine.
  3. Navigate to the directory containing the code.
  4. Install dependencies by running:

Usage

  1. Run the script using Node.js:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published