Hello, thank you for your time.
I would like the password to be hidden from the user's view, because it is currently passed through the URL like this:
vnc.html?password=<password or token>
I want to encrypt the password and send it as:
vnc.html?password=<encrypted_value>
Then, I plan to decrypt it using websockify and forward it to the VNC server.
This is for connecting to the KVM console.
Best regards.