many times I find myself in situations where I’m on some computer which is totally isolated - friends computer, completely newly installed (VM), some corporate remote desktop where I can’t install anything — and I need to transfer some information to this computer.

Ideally what I would have is:

  • some sort of web chat
  • self hosted (so that I can spin it up only when I need it, and that I can “destroy” all the data after each session)
  • simple URL where you specify a room name edit it (eg.: domain.com/qck-321)
  • on open you specify username (no other authentication)
  • first person who joins needs to confirm all the others (so people can’t just “drop in”)
  • no fancy technology (web sockets,…)

what I found so far:

  • https://tlk.io/ - quite close but not all points
  • https://chitchatter.im/ - this one is quite promising but unfortunately it failed me on first windows remote machine (probably due to some firewall rule)

I’m more that prepared to develop something my self but first I would like to check if there is really nothing out there to solve this.

Bonus question- do you have any other approach - how do you transfer (potentially sensitive) information to a “isolated” machine?

  • @solrize
    link
    English
    51 month ago

    I don’t understand the bonus question, and there are a lot of subtlties to multi-person secure chat. Does the user agent really have to be a web browser instead of, say, an ssh terminal? What do you expect to use instead of web sockets, in a browser?

    On different occasions I’ve used irc or nextcloud chat, neither of whichis ideal. Plus ytalk but that is 2-person only. There used to be fairly busy discussion on the moderncrypto.org messaging forum but I think that is quiet now.

    /u/[email protected] might be interested too.

    • @mwalker789OP
      link
      English
      -11 month ago

      well - I connect to WIN machine every 5years … I really don’t know compatibility of SSH on it. And i’m not planning to learn - on the other hand - browser is always there