GithubHelp home page GithubHelp logo

gocrypt's Introduction

GoCrypt

Work In Progress

When your afraid of forgetting a bunch of secrets.

Keep one in you're head.

With AES256 bit encryption, expedient they said!

Description

This is a CLI tool for encyrpting and uploading files to the IPFS blockchain network. The tool also generates unique file signatures and records them in a local database for one to keep track of the files. The reason behind this is due to the nature of AES256, at some point potentially a second block chain could be leveraged to track (file uniqueness). This would be the "Public" or non-confidential metadata assosciated with a file. The data will be nearly impossible to decrypt unless the client has the private key since the encryption method is symmetric (AES256).

Done.

  • Migrated IPFS Node to Container System.
  • Migrated Postgres Services to Container Service.
  • Updated golang routines to support Postgres Container Service.

TODO.

@@ GoCrypt @@

  • Migrate additional Services over to Containers.
  • Need to implement multiple API's & MicroServices to support this.
  • Remove I/O Based Encryption method and implement an HTTP interface for this.

@@ Sending a File @@

 curl --request POST --data-binary "@secret.pem" \
      http://192.168.0.215:8000/upload/secret.pem=secretpassword

@@ Getting a File List @@

http://192.168.0.215:8000/api/

@@ IPFS @@

  • Configure Persistent Data Caching.
  • Configure Private Node Network (SSL Verification).

@@ Database @@

  • Configure SSL Security.
  • Add in Database security via Generated ENV userid & password variables when DB is spun up.
  • Enable Database Replication & Configure Cluster Network.

Planned / Additional Features

  • Convert each service into a microservice!
  • File handling / API. Would like to implement the ability to upload the data from the Client side.
  • Client Side Mutual Authentication to allow connectivity to encryption/storage service.
  • API Interface to easily view storage metadata information and query attributes of specific files.

gocrypt's People

Contributors

td4b avatar

Stargazers

karanveer avatar  avatar Michael Ansel avatar Nicholas Orchard avatar

Watchers

James Cloos avatar  avatar

Forkers

ch-thomaswest

gocrypt's Issues

The Password Fatfinger.

Need to add password (secretkey) verification to avoid a risk of the dreaded "Fatfinger."

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.