Answers:
是的,但与执行相同工作的其他工具相比,它可能会很慢。
cipher /w:X
替换X
闪存驱动器的驱动器号。
请记住,这只会覆盖可用空间,因此请先删除所有文件。
sdelete
并cipher /w
以相同的方式工作:它们创建一个非常大的文件并用随机数据填充(他们很可能使用它们CryptGenRandom
)。我不明白为什么会cipher
比其他人慢。
只评论已经给出的答案(评论无法设置样式)。
这是cipher.exe的帮助打印输出的一部分
Displays or alters the encryption of directories [files] on NTFS partitions.
CIPHER /W:directory
/W Removes data from available unused disk space on the entire
volume. If this option is chosen, all other options are ignored.
The directory specified can be anywhere in a local volume. If it
is a mount point or points to a directory in another volume, the
data on that volume will be removed.
这是真的只有NTFS文件系统可以被“加密”吗?
最近用于UEFI兼容性的FAT32格式怎么样?
似乎更好地使用特殊实用程序擦拭。