VncSharp

VncClient.FixBug Method 

VNC DES authentication has a bug, such that keys are reversed. This code was written by Dominic Ullmann (dominic_ullmann@swissonline.ch) and is is being used under the GPL.

[Visual Basic]
Protected Function FixBug( _
   ByVal desKey As Byte() _
) As Byte()
[C#]
protected byte[] FixBug(
   byte[] desKey
);

Parameters

desKey
The key to be altered.

Return Value

Returns the fixed key as an array of bytes.

See Also

VncClient Class | VncSharp Namespace