메소드 | 설명 | |
---|---|---|
EncryptPassword ( string passwd ) : string | ||
FixDESBug ( byte desKey ) : byte[] |
VNC DES authentication has a bug, such that keys are reversed. This code was written by Dominic Ullmann ([email protected]) and is is being used under the GPL.
|
public static EncryptPassword ( string passwd ) : string | ||
passwd | string | |
리턴 | string |
public static FixDESBug ( byte desKey ) : byte[] | ||
desKey | byte | The key to be altered. |
리턴 | byte[] |