Giter Club home page Giter Club logo

gs-transfer's Introduction

Copy from anywhere to anywhere, securely.

THIS PROJECT IS NOW OBSOLETE AND HAS BEEN SUPERSEEDED BY GSOCKET

USE GSOCKET INSTEAD (gs-sftp, gs-mount or blitz).

Get it here: https://github.com/hackerschoice/gsocket

OBSOLETE STUFF BELOW

A lightweight tool to securely transfer files between two distant computers through any NAT/Firewall. It use the Global Socket Network to circumvent the NAT/Firewall. It uses SRP (RFC 5054) with a 4096 Prime, AES-256 and SHA256 for Peer-to-Peer encryption, authentication and security.

alt text

Features:

  • Does not require any User to open a port on their router or firewall.
  • Does not require OpenSSH.
  • Passwords are securily and randomly created.
  • Passwords are only valid for 1 transfer.
  • Both Users can be behind NAT.
  • Uses outgoing connections (to the GS-Net) only.
  • SRP Encryption is end-to-end (the GS-Net can not read the traffic).
  • No PKI required.
  • Uses 4096 Prime and AES-256 Bit encryption with SHA256.
  • Can be scripted.

Installation

$ git clone https://github.com/hackerschoice/gs-transfer.git
$ cd gs-transfer && ./bootstrap && ./configure && make all

Usage

Receiver:

$ ./gs-transfer

Sender:

$ ./gs-transfer *.mp3 *.c

PRO TIPS

Use with 'tar' to transfer directories etc.

Receiver:

$ ./gs-transfer -s <password> -O | tar xfz -

Sender:

$ tar cfz - /home | ./gs-transfer -s <password> -

SHOUTZ

Thanks to g4- and xaitax for testing. THIS IS ALPHA RELEASE. PLEASE TEST.

gs-transfer's People

Contributors

skyperthc avatar rootthc 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.