End to end encryption added! 🔒 #13
Explosion-Scratch
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OnDrop uses end to end encryption using Hybrid Crypto JS. Meaning it encrypts the file (data url) through AES encryption using a long, random passphrase. Then it encrypts the passphrase through RSA encryption, meaning that only the person that you send the file to can decrypt it. Everyone else can't decrypt it even if they wanted to. This includes the server. Even if I wanted to I would have no idea what files people sent.
Beta Was this translation helpful? Give feedback.
All reactions