DavidXanatos / DiskCryptor

A fork of the DiskCryptor full disk encryption tool
https://www.diskcryptor.org/
432 stars 100 forks source link

Backup header before encryption is complete #60

Closed Equim-chan closed 2 years ago

Equim-chan commented 2 years ago

I've noticed that the backup header option isn't available until the encryption is finished, which I think could be because tmp_size changes during encryption. But I think it should be allowed to backup headers if the process is paused?

DavidXanatos commented 2 years ago

no because if you would restore such a header after it was unpaused it would screw up the difference

Equim-chan commented 2 years ago

Yes that's what I meant, but if I understand how it works and the risks am I able to do this?

DavidXanatos commented 2 years ago

i think most users won't understand and get themselves in trouble. you can use WinHex or some other raw disk editor to backup the headers manually

Equim-chan commented 2 years ago

I see, thanks.