While investigating on how to implement more modern encryption types required for newer RealVNC RFB 005.000 I stumbled over some crypto stuff I'd like to cleanup first and which should go into v1.1.0 to have a stable API:
Thank you pmhahn and sibson for fixing encryption issues. vncdotool is very useful now for automating manual workflows. Tested client running on Linux to access RaspberryPi VNC server and Windows 11 TightVNC server.
While investigating on how to implement more modern encryption types required for newer RealVNC
RFB 005.000
I stumbled over some crypto stuff I'd like to cleanup first and which should go intov1.1.0
to have a stable API:pyDes.py
in favor of implementation in PyCryptodomeX.