C# 클래스 AutoPuTTY.cryptVNC

파일 보기 프로젝트 열기: r4dius/AutoPuTTY

공개 메소드들

메소드 설명
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.

메소드 상세

EncryptPassword() 공개 정적인 메소드

public static EncryptPassword ( string passwd ) : string
passwd string
리턴 string

FixDESBug() 공개 정적인 메소드

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 FixDESBug ( byte desKey ) : byte[]
desKey byte The key to be altered.
리턴 byte[]