Giter Club home page Giter Club logo

vernamtunnel's Introduction

Vernam-Tunnel

Cross-platform multi-thread TCP tunnel with Vernam cipher encryption. You can use this software to enable remote access to your private services in your network.

Compiling Example

Compile in *nix OS for *nix:

$ make clean
$ make

Compile in *nix OS for Windows:

$ apt-get install wine mingw32 mingw32-binutils mingw32-runtime
$ make clean
$ make -f Makefile.WinInLinux

Compile in Windows OS for Windows:

$ make clean
$ make -f Makefile.MinGW32

Motivation

Having paranoia free private encrypted access to my NAS.

Running

Listen on local port 443 and forward to NASServer:443, starting position of one time pad file: 6482691749

$ vernamtunnel --local-port=443 --remote-host=NASServer --remote-port=443 --key-file=/media/Encrypted --start-pos=6482691749

Listen on local host port 443, forward to MYINTERNETIP:18734, same starting position of one time pad file:

$ vernamtunnel.exe --local-port=443 --remote-host=MYINTERNETIP --remote-port=18734 --key-file=F:\Encrypted --start-pos=6482691749

Run without starting position parameter to start from beginning of file:

$ vernamtunnel.exe --local-port=443 --remote-host=MYINTERNETIP --remote-port=18734 --key-file=F:\Encrypted

Read More

https://www.codeandsec.com/Poor-Mans-Unbreakable-Encrypted-TCP-Tunnel

License

GPL licensed. See License.md file.

vernamtunnel's People

Contributors

codeandsec avatar lordlezehaf avatar

Watchers

James Cloos avatar jimmee 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.