4

How secure is the bulit-in Cipher utility that can wipe out unrecoverable data on old harddisk?

Hashim Aziz
  • 13,835
James
  • 41
  • 2

1 Answers1

2

I can't find the official documentation from Microsoft stating it, but I remember seeing that it uses a three-pass method for wiping the data. On the first round it overwrites with 0's, then on the second with 1's, then the third pass with random bits. So, it's not bad.

squillman
  • 8,551