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.

  • BreakDecks@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    4 months ago

    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.