lacteApp
C++17 service for Lacte hardware
Loading...
Searching...
No Matches
vnc Directory Reference
Directory dependency graph for vnc:

Files

 
Des.hpp
 Minimal single-block DES ENCRYPTION (no decryption, no chaining mode) - the entire cryptographic primitive RFB's classic "VNC Authentication" security type needs: the server sends a 16-byte random challenge, the client DES-encrypts it (in two independent 8-byte ECB blocks) using the connection password as the key, and the server does the same locally to check the client's answer - see RfbServer.hpp's own file doc comment for the full handshake.
 
RfbServer.hpp
 
TouchInputInjector.hpp