Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 558 Bytes

crypto

crypto is a single point solution to get different encryption and hashing for a term

Demo Link : https://crypto.sudarsanps.com

The sytem will help you convert a single term which a user had entered into multiple hash results, Which inturn help the user to compare various hashes at a very quick glance

The following algorthims has been used in this :

  1. MD5
  2. SHA1
  3. SHA256
  4. SHA384
  5. SHA512
  6. HMAC

Installation

  1. After cloning change the current directory to crypto
  2. give the command : npm install
  3. finally , start the node server