ruby-vnc
ruby-vnc copied to clipboard
A library for interaction automation of servers via VNC
With OpenSSL 3.0 (which is default since at least Ubuntu 22.04 Jammy), the cipher `ECB` isn't supported anymore. This will break [vncdes#40](https://github.com/kaspergrubbe/ruby-vnc/blob/f1d6c00d5a1e33a4938f9b4ce4f2d7e4a6af0480/lib/cipher/vncdes.rb#L40). Short reproducer: ```bash > ruby -r openssl -e...
Used the vocabulary from https://tools.ietf.org/html/rfc6143 It makes it very easy to read/write following the RFC6143, and we don't have to think about pack/unpack. Work in progress.