Wstępnie dodana klasa zarządzania szyfrowaniem. Dodana funckja szyfrująca i generowanie kluczy. Nie osadzono w klasie create cargo
This commit is contained in:
parent
de7ced2939
commit
b80d983bc7
6 changed files with 67 additions and 14 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "Txtpp.h"
|
||||
#include "xxhash.h"
|
||||
#include "CompressingManager.h"
|
||||
#include "EncryptionManager.h"
|
||||
|
||||
|
||||
|
||||
|
|
@ -72,7 +73,7 @@ private:
|
|||
|
||||
std::vector<std::string> filesList;
|
||||
|
||||
|
||||
EncryptionManager crypt;
|
||||
|
||||
// listy wyj¹tków
|
||||
std::vector<std::string> ignoreList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue