vikstrous / ZeroBin

A minimalist, opensource online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
http://sebsauvage.net/wiki/doku.php?id=php:zerobin
1 stars 0 forks source link

Create Chrome and Firefox extensions #1

Open vikstrous opened 11 years ago

vikstrous commented 11 years ago

Chrome and Firefox extensions are necessary to guarantee the integrity of the website. If done correctly, it can become less unnecessary to use TLS. Also the server doesn't have to do anything other than provide the endpoints to store and retrieve the data. The whole frontend can be done as a browser extension and have the option of swapping out the storage medium. One question is how to make links open the correct paste inside the extension's page...

vikstrous commented 11 years ago

Chrome started. Manifest file added and hacky check to differentiate between the extension and the standalone version added. I have yet to create a way to read pastes with the extension.