Using the command line tool cipher.exe built into Windows 7, can it be used to securely wipe a USB attached drive?

link|improve this question

1  
Try sdelete instead? technet.microsoft.com/en-us/sysinternals/bb897443 – Zoredache Jan 14 '11 at 1:11
feedback

migrated from serverfault.com Jan 14 '11 at 1:17

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 4 down vote accepted

Yes, but it may be slow compared to other tools that do the same job.

cipher /w:X

X substitute the drive letter for your flash drive.

Remember this only overwrites free space, so delete all files first.

link|improve this answer
Most free-space wipe tools I've seen, including sdelete and cipher /w work the same way: they create a really big file and fill it with random data (which they most likely obtain using CryptGenRandom). I don't see why would cipher be slower than others. – grawity Jan 14 '11 at 12:31
@ grawity, I did use the word "may"....somacon.com/p253.php – Moab Jan 14 '11 at 15:31
feedback

You can also use sdelete from http://technet.microsoft.com/en-us/sysinternals/bb897443

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.