Метод |
Описание |
|
ComputeLM ( string password, byte challenge ) : byte[] |
|
|
ComputeNtlm ( string password, byte challenge ) : byte[] |
|
|
ComputeNtlmPassword ( string password ) : byte[] |
|
|
ComputeNtlmV2 ( Type2Message type2, string username, string password, string domain ) : byte[] |
|
|
ComputeNtlmV2Session ( string password, byte challenge, byte &lm, byte &ntlm ) : void |
|
|
GetResponse ( byte challenge, byte pwd ) : byte[] |
|
|
PasswordToKey ( string password, int position ) : byte[] |
|
|
PrepareDESKey ( byte key56bits, int position ) : byte[] |
|
|