pastesafe alpha

talk secretly in public

pastesafe helps people share secrets

people use pastesafe to encrypt secret messages into links which they can share publicly, but only the intended recipient can decrypt the messages

pastesafe is technically an rsa+aes hybrid cryptosystem, which can be handy if you need somebody to send you sensitive information like a password or something like that

all pastesafe links are public. there are two types of pastesafe link. an invite link allows anybody who clicks it to encrypt a message and send it back as a message link, which can only be decrypted by the invite creator

all pastesafe communications are initiated by an invite link

  1. bob wants to receive secret messages from alice. so, bob creates a pastesafe session and sends her the invite link
  2. alice clicks the invite link, and is prompted to enter a secret message
  3. pastesafe automatically encrypts alice's secret message into an encrypted message link. only bob has the key to decrypt it
  4. alice sends the message link to bob, who clicks to decrypt it

about pastesafe

  • 100% open source on github (isc licensed)
  • 100% serverless clientside webcrypto with keys in localstorage
  • warning pastesafe is experimental pre-release technology. use at your own risk