Skip to content

rodrigokamada/nodejs-encryption

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published