Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 868 Bytes

File metadata and controls

27 lines (17 loc) · 868 Bytes

e2e-clientside

Client side implementation of Prof. V Kamakoti's Second Proposal to the Madras High Court. The original paper can be found here.

The Proposal

Prof. Kamakoti's Second Proposal included Encrypting the user ID of the originator using a public key provided by WhatsApp, which can only be decrypted by its corresponding private key.

Steps to run

First, clone the repository into your local machine

$ git clone --single-branch -b kamakoti-v2-honest https://github.com/debayanLab/e2e-clientside

Install all required dependencies

$ npm install

After making sure that the backend is running, start the development server

$ npm start