using now own shred impl with check if the complete drive is full of zeros after shredding

This commit is contained in:
2022-05-14 14:06:16 +02:00
parent 0e391cebf3
commit c8a3220c3a
13 changed files with 368 additions and 625 deletions

View File

@ -25,6 +25,7 @@ public:
bool bWasShredded = false;
bool bWasDeleteted = false;
bool bIsOffline = false;
uint32_t u32DriveChecksumAferShredding = 0U;
private:
string sPath;