/nodejs-salting

There is a method in the crypto module called scrypt that we are going to use in the example.

Primary LanguageJavaScriptMIT LicenseMIT

Salting application example using Node.js

There is a method in the crypto module called scrypt that we are going to use in the example.

Website LinkedIn Twitter Instagram

Prerequisites

Before you start, you need to install and configure the tools and services:

Getting started

1. Clone the repository.

git clone git@github.com:rodrigokamada/nodejs-salting.git

2. Install the dependencies.

npm ci

3. Run the application.

npm start