Przerobiona metoda tworzenia kontenerów. Błędnie dobiera opcje

This commit is contained in:
yanczi 2025-11-05 03:06:24 +01:00
parent 69089cd2f9
commit 1392b5bbe0
6 changed files with 97 additions and 63 deletions

View file

@ -60,8 +60,8 @@ bool ExtractCargo::Extract(const std::string& cFile)
}
// Wczytaj klucz deszyfrujšcy
std::filesystem::path kdir = cargoFileName.stem();
eman.loadKey(kdir.string());
//std::filesystem::path kdir = cargoFileName.stem();
//eman.loadKey(kdir.string());
//Otwieranie kontenera
cargoFile.open(cargoFileName, std::ios::binary);