Added tests for geneating encryption / decryption keys

This commit is contained in:
TalAloni 2020-11-13 15:54:08 +02:00
parent 70bd235395
commit f5d727ddf2
5 changed files with 53 additions and 2 deletions

View file

@ -10,6 +10,7 @@ namespace SMBLibrary.Tests
{
new NTLMAuthenticationTests().TestAll();
new NTLMSigningTests().TestAll();
new SMB2EncryptionTests().TestAll();
new RC4Tests().TestAll();
new NetBiosTests().TestAll();