Giter VIP home page Giter VIP logo

chakravyuh's Introduction

Chakravyuh

Chakravyuh is a third-party (VPN) WiFi enabled gateway extension to use the internet securely, running directly on an NodeMCU proved built upon (TLS/SSL) protocol served through Heroku. This was the project our team ALB started during Ink Makers Make-a-Thon-2018 Jalandhar, Punjab.
Sometimes when you are behind a organization network you might need to setup HTTP/HTTPS proxy settings to access the Internet. Setting up proxy on any os seems to need a considerable amount of nerd (not really but for some peeps), you have to download some proxy providing software or manually putting the proxy ip into your browser. While accessing the internet services, there is always a chance of some middle-man to exploit your precious data. One general vulnerability occur using the public Wifi network. Unfortunately, most doesn't establish any type of encryption during public usage. Sometimes, the internet is not equally accessible over different countries, reasons being banning particular domains, websites or government policies or companies own decision or user want anonymity over the internet. Constraints like these led us to make this project.

Chakravyuh aims at:

  • Enhancing user's web privacy
  • Filtering outbound personal info that your browser may leak
  • Removing ads on web pages and other Inbound junk

We're using Secure Socket Layer (SSL) protocol throught our VPN. Other notable ones are IP security (IPsec), Point-To-Point Tunneling Protocol (PPTP) and Layer 2 Tunneling Protocol (L2TP).
Since our service use linux as its preferrd OS, we used OpenSSL package, since offer server authentication, data-in-motion encryption, client authentication, and data integrity mechanisms. The VMs are organised using Vagrant. VirtualBox is used as a virtualization provider for vagrant.

$ sudo pacman -Syu
$ uname -r # X.Y.Z-1-GENERAL
$ pacman -S virtualbox # linuxXYZ-virtualbox-host-modules
$ sudo vboxreload # or reboot (adding vbox modules to kernel)
$ sudo usermod -aG vboxusers <username>
$ cd ~/Downloads && wget "https://download.virtualbox.org/virtualbox/5.2.22/Oracle_VM_VirtualBox_Extension_Pack-5.2.22.vbox-extpack" # yay -S virtualbox-ext-oracle
$ sudo pacman -S vagrant
$ virtualbox

Contributors

Aniruddha Paney Akash Singh V. Prashanth Yash Pathack

chakravyuh's People

Contributors

pandevim avatar

Watchers

 avatar

Forkers

akashsingh00

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.