FOSS alternative to Unsee.cc

submitted by umami_wasabi edited

cross-posted from: https://lemmy.ml/post/12593641

I want to share some images securely with self destruct. Is there any alternatives can do what Unsee.cc does excluding chat?

So the functions I'm looking for: - Self-expiring image - Copy protection - Store in RAM - (optional) watermarking - (optional) share more types of documents like PDF

Thanks in advance.

Log in to comment

5 Comments

BreakDecks

I don't know of any existing project, but this sounds pretty trivial to make with Python using http.server and PIL modules.

Upload file and store in RAM. Delete after first fetch. Optional watermarking for image files using PIL.

fruitycoder , edited

Does send meet what you need?

I remember using it for the self expiring feature. It also is built to use e2e so the sever only handles encrypted data.
I am not sure on the others though.

umami_wasabi [OP]

The most important is actually the copy protection. I don't want the viewer can download the file easily.

fruitycoder

DRM will always be a difficult on untrusted devices. I think signal has some options to restrict it

OSH

Does not have all the features you listed, but I used Rustypaste in the past for sharing all kind of things and was quite happy with it.