bepasty-server icon indicating copy to clipboard operation
bepasty-server copied to clipboard

Individually password protect items

Open NotANormalNerd opened this issue 10 years ago • 5 comments

let the user protect their upload with a password. That could then be given to the downloaders.

NotANormalNerd avatar Jul 23 '14 10:07 NotANormalNerd

yeah, good idea. somehow related to storing encrypted content (if we have such a password, we can encrypt the content). see also #19 but maybe just do it server side (trust in the server required then, so maybe not for everything / everybody). but how do you give the url and the password to the recipient?

ThomasWaldmann avatar Jul 23 '14 12:07 ThomasWaldmann

How do we ensure encryption? It probably would be better if user encrypt content by themselves and send the key or password by mail or something else. Encryption by US would only be a nice Gimmick.

NotANormalNerd avatar Jul 23 '14 15:07 NotANormalNerd

Sure, for server-side encryption (and also for server-side password protection), you need to trust the server.

Depending on who owns / administrates the server, that might be an option or not.

ThomasWaldmann avatar Jul 25 '14 15:07 ThomasWaldmann

I like the approach of zerobin, with client side encryption and the key in the URL anchor, so it is never sent to the server. An active fork is Privatebin. Maybe this can be integrated or bepasty be a backend for binary files, which are not supported there.

Marwe avatar Jun 22 '17 16:06 Marwe

A binary pastebin must scale to big files, not sure if the zerobin/privatebin code scales to potentially many hundred MB or even GBs.

ThomasWaldmann avatar Jun 22 '17 16:06 ThomasWaldmann