mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-04 16:53:18 +02:00
Added tests for geneating encryption / decryption keys
This commit is contained in:
parent
70bd235395
commit
f5d727ddf2
5 changed files with 53 additions and 2 deletions
|
@ -10,6 +10,7 @@ namespace SMBLibrary.Tests
|
|||
{
|
||||
new NTLMAuthenticationTests().TestAll();
|
||||
new NTLMSigningTests().TestAll();
|
||||
new SMB2EncryptionTests().TestAll();
|
||||
new RC4Tests().TestAll();
|
||||
|
||||
new NetBiosTests().TestAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue