There is a method in the crypto module called scrypt that we are going to use in the example.
Before you start, you need to install and configure the tools and services:
- git
- Node.js and npm
- IDE (e.g. Visual Studio Code)
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