Skip to content

A web app developed using React.js to demonstrate different typed of Cryptography Algorithms.

Notifications You must be signed in to change notification settings

novamaster-git/Crypto-Algo-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-Algo-Demo

Features

  1. Here Different Types of Cryptography Algorithms are demonstrated for better understanding
  2. Algorithms used :-
    1. RSA Algorithm
    2. Different Typed of Hashing Algo. [SHA, MD5]
  3. You can generate your own public key and private key using RSA algo.

installation

first of all you need to install all the node packages required to the project.

npm install

After installation, make it Run:

npm start

And if you want to use it or host it then build it:

npm run build

Licence

Free to use for any purpose

About

A web app developed using React.js to demonstrate different typed of Cryptography Algorithms.

Topics

Resources

Stars

Watchers

Forks