Clipboard feature question

Hello,

Is the clipboard feature encrypted over the network with https?

If not, could I ask for this to be enhanced :slight_smile: ?

I think it is personally very usefull, sometimes in rare events I have to access my password manager from my phone and use the clipboard function on the kvm, I know skeptics will not like this but for now I have my network good isolated so I understand the risks.

Earlier I also asked for a toggle to turn that textarea into a password field, I guess thats harder to do, atleast there could be some encryption over the network only :slight_smile:

A lot of advanced features (like WebRTC and WebSockets) actually cannot be used over HTTP. If you're connected to the Comet with an HTTPS connection it will be encrypted, even if it's with an invalid certificate (certs validate you're connected to the RIGHT device, but encryption is still in operation).

1 Like

webrtc has DTLS for encrypted
websoket also under https

1 Like