C# Класс AutoPuTTY.cryptVNC

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]