rodrigokamada / nodejs-encryption

There are two classes in the crypto module called Cipher and Decipher that we are going to use in the example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encryption application example using Node.js

There are two classes in the crypto module called Cipher and Decipher 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-encryption.git

2. Install the dependencies.

npm ci

3. Run the application.

npm start

About

There are two classes in the crypto module called Cipher and Decipher that we are going to use in the example.

License:MIT License


Languages

Language:JavaScript 100.0%