Client side implementation of Prof. V Kamakoti's Second Proposal to the Madras High Court. The original paper can be found here.
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.
First, clone the repository into your local machine
$ git clone --single-branch -b kamakoti-v2-honest https://github.com/debayanLab/e2e-clientsideInstall all required dependencies
$ npm installAfter making sure that the backend is running, start the development server
$ npm start