Git Product home page Git Product logo

cryptor's Introduction

CRYPTOR

GoDoc Go Report Card Codecov Travis Build Ethereum HitCount

Anonymous, P2P, secure file sharing.

Description

Cryptor is a P2P network designed for sharing data without revealing one's true identity or the nature of the shared files. This is accomplished using AES256 encrypted chunks of files and sharing them across the network. No node will know what package it stores + everything is encrypted junk without the tail chunk and the encryption key.

P2P communication uses Elliptic Curve key exchange in order to generate a new symetric AES256 block cipher, used in sending requests between peers.

The initial idea came from Dragos A. Radu & Daniel Hodgson who provided a prototype implementation in Python.

Install

In order to install the latest version of cryptor you will need to have Go 1.5 or higher installed. To check if you have Go installed and which verions, just run go version in your terminal.

# In order to install the CLI tool, use the following:
go install github.com/thee-engineer/cryptor/cmd/cryptor-cli
# In order to install the WEB tool, use the following:
# WIP, NOT AVAILABLE
go install github.com/thee-engineer/cryptor/cmd/cryptor-web

Now you can run cryptor-cli --help to see usage information or cryptor-web to open the dashboard in your web browser.

# This will download the cryptor source files inside your $GOPATH/src/...
go get github.com/thee-engineer/cryptor

# Now you can build it yourself, you can use the Makefile or go build, up to you
cd $GOPATH/src/thee-engineer/cryptor

# This will put a binary of cryptor inside build/
make build

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.