Giter VIP home page Giter VIP logo

info731_proxy's Introduction

πŸ›‘οΈ Proxy with RSA

Web communications can be monitored and listened to. In order to deal with this we want to implement a mechanism to encrypt the traffic at the entrance of a domain where the traffic is likely to be listened and to decrypt it at the exit. The objective of this project is the development of this proxy. The proxy receives http requests from a web browser that has been configured to use a proxy, and encrypts these requests before sending them to the output proxy. The output proxy makes the http request to the web server instead of the web browser, receives the encrypted response and sends it back to the source proxy, which finally sends it back to the browser that displays the requested page.

πŸ‘· How does it work?

image

πŸ›  Installation

This project is intended to work with Nodejs, to install the project you need to clone the repository:

git clone [email protected]:M4verickFr/info731_crypto.git

Then install the dependencies:

yarn

And finaly generate RSA Keys:

node generateKeys.js

πŸ• Quickstart

Starts proxies:

node serverProxy.js
node clientProxy.js

Then config your browser to use http://localhost:8080 as Proxy Server. I personally use SwitchyOmega extension on Chrome.

πŸ’ͺ Authors of this project

info731_proxy's People

Contributors

caullird avatar m4verickfr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.