ZeroBin slightly modified to work as a Tor hidden service. Try it out on the Tor network here:

gd6is466quuhsgzbztyv4sjswdhgfi

"ZeroBin is 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."

Follow

@imvectech I tried it and noticed two issues:

1) You are using HTTPS with bad cert, there is no need for HTTPS at all as Tor hidden service provides end-to-end encryption already. Regular HTTP will be encrypted, even if the browser is too dumb to understand that and keeps warning anyway.

2) The code is blocking localhost 127.0.0.1: "Could not create paste: Please wait 10 seconds between each post." The code is blocking anyone from posting (not the same user as intended), since all ip addresses are from 127.0.0.1 (localhost) when using Tor. You should comment out that part in the code or that message will show up a lot if the service becomes popular.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.