Coder Social home page Coder Social logo

dallen4 / deadrop Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 2.17 MB

e2e encrypted secret sharing

Home Page: https://deadrop.io

License: GNU General Public License v3.0

JavaScript 5.29% TypeScript 93.13% MDX 1.58%
encryption peer-to-peer peerjs secrets secrets-management secrets-sharing web-crypto web-cryptography web-cryptography-api webrtc

deadrop's Introduction

deadrop

Playwright Tests CLI Build

deadrop is an e2e encrypted secret sharing platform that leverages the Web Crypto API.

How it Works

Utilizing public key infrastructure patterns, deadrop uses AES (with GCM) and Eliptical Curve (ECDH) cryptographic methods to generate keys and obfuscate payloads then SHA-256 is used after handoff for verifying data integrity. All keys are exchanged through peer-to-peer connections over WebRTC allowing all key and payload communications to remain solely between the two peers ("dropper" and "grabber") and are not logged or tracked by any server-side functionality. An opaque drop ID, the dropper's peer ID, and a nonce for the drop session are stored in a redis instance. The dropper's peer ID and nonce are then retrieved for the grabber by sending GET request to the /api/drop endpoint.

deadrop diagram

Features

  • raw text secret sharing
  • JSON string secret sharing
  • secret file sharing
  • basic captcha protection via hcaptcha
  • CLI implementation (in-progress)
    • text
    • files
  • multi-user sharing
  • drop passcode protection

Using the Web Application

To use the web application, visit https://deadrop.io. It is a PWA so you can also save it to your home screen on your mobile devices.

Using the CLI

If you want to drop or grab a secret using the CLI implementation, you can install it by running:

npm install deadrop
npm run deadrop ...

Or if you want to run it without installing it within your project:

npx deadrop ...

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.