Deszyfracja została skończona i działa poprawnie

This commit is contained in:
yanczi 2025-11-04 03:53:08 +01:00
parent c234825ac5
commit 55c273eace
8 changed files with 104 additions and 20 deletions

View file

@ -49,6 +49,11 @@
#define ALL_FILE ".*" // Wszystkie pliki
struct MethodFlags
{
bool compressing = false;
bool encryption = false;
};
class CreateCargo {
public:
@ -65,6 +70,8 @@ private:
const std::string extension;
const uint8_t version;
MethodFlags methodFlags;
std::string catalogPath;
std::string tempFile;