shitty-inc / sendsh.it

Send and receive client-side encrypted files

Home Page:https://sendsh.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sendsh.it

GitHub release

Sendsh.it is a quick and easy way to send one-time and locally encrypted files to your friends

Description

Your file is encrypted in the browser using the Triplesec library with a random key generated by its PRNG. The encrypted file is then uploaded to the backend api which stores it in S3 and returns a unique ID.

This is combined with your locally generated key to produce a unique url you can share with someone else. Once they visit the url the site will download the file and decrypt it in their browser.

Files are deleted after being downloaded or once they are over 24 hours old.

Other Apps

Disclaimer

I am not an expert in cryptography. If you have something important to keep secret please think about using a peer reviewed and audited service. This is just an experiment with in browser encryption and node.js.

About

Send and receive client-side encrypted files

https://sendsh.it

License:MIT License


Languages

Language:TypeScript 81.9%Language:HTML 12.8%Language:CSS 4.7%Language:JavaScript 0.6%