Coder Social home page Coder Social logo

orellazri / droptext Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 757 KB

Web app to send encrypted text fast. Made with Node/Go/Rust and React

License: MIT License

Shell 0.51% JavaScript 81.45% HTML 16.75% Dockerfile 1.29%
nodejs react encrypted leveldb levelup express javascript

droptext's Introduction

droptext

Web app to send encrypted text fast.

Uses Node.js & Express for the server, React for the client and levelup as a persistent key-value database.

After submitting your text, it gets encrypted locally, and a private key is also generated locally. The encrypted contents are sent to the server. The server sends back an ID, which lets you can share your url that consists of the ID and the private key.

The server only knows the IDs and the encrypted contents. It cannot decrypt the text.

Usage

In both the server and client directories, copy .env.example to .env and change the parameters accordingly.

To run the server/client execute yarn start in the respective directory.

Docker

A docker image is available for the server.

Expose the port you set the server to use (8080 by default).

Different Servers

There are branches for a Rust server with Actix and Go with Gin.

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.