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.
You must log in or # to comment.
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.
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.