Coder Social home page Coder Social logo

pastesafe's Introduction

ย  ย  "talk secretly in public"

pastesafe puts web crypto in people's hands

  • pastesafe is an app where users can establish secure private text communication tunnels over any public or untrusted medium: by simply exchanging encrypted pastesafe links
  • pastesafe is a serverless web app which enables users to drive their own browser's web crypto api capabilities
  • pastesafe is an rsa+aes hybrid cryptosystem
  • pastesafe does no user tracking. we have no idea how many people use pastesafe
  • warning pastesafe is experimental pre-release technology. use at your own risk

pastesafe is free and open source

  • pastesafe is 100% free and open source under the isc license
  • feel free to post a new github issue if you have any question, comment, bug report, feature request, or anything like that
  • pastesafe needs much improvement and many new features! reach out if you're interested to volunteer
  • if you notice any potential security vulnerabilities, please open an issue, or if it's really serious, email a maintainer so we can patch it before we announce it
  • if you like pastesafe, please give it a github star!
  • let's hop on discord to chat

pastesafe crypto details and how it works

  • each session represents an rsa keypair stored in your browser's localstorage
  • if you delete a sessions or clear browser cookies, those session will be gone forever
  • there is a download button so you can backup a whole profile onto your computer, but we don't yet have an upload function
  • there are two kinds of pastesafe links
    • invite links, which contain the session's rsa public key, and the session id
    • message links, which contain the rsa-encrypted aes key, the session id, and the secret message ciphertext

pastesafe is offering a reward for hackers

pastesafe's People

Contributors

chase-moskal avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

pastesafe's Issues

leafy background

add this to css to make it pretty

html {
  background:
    linear-gradient(-120deg, #496d51ee, #013a0dff),
    url(https://source.unsplash.com/ALu2B7Vy7ao),
    #013a0dff;
  background-size: cover;
}

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.