FOSS alternative to Unsee.cc
FOSS alternative to Unsee.cc
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.
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.
5 1 ReplyDoes 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.3 0 ReplyThe most important is actually the copy protection. I don't want the viewer can download the file easily.
2 0 ReplyDRM will always be a difficult on untrusted devices. I think signal has some options to restrict it
3 0 Reply
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.
1 0 Reply