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:
yanczi 2025-10-26 01:14:55 +02:00
parent de7ced2939
commit b80d983bc7
6 changed files with 67 additions and 14 deletions

View file

@ -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;