From 5e1fffa87191c3566bcbe20c6e8d29d5f21651d5 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 13 May 2017 17:34:16 +0200 Subject: Add HTML documentation. --- doc/html/Trim Operation.html | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/html/Trim Operation.html (limited to 'doc/html/Trim Operation.html') diff --git a/doc/html/Trim Operation.html b/doc/html/Trim Operation.html new file mode 100644 index 00000000..fd9137ce --- /dev/null +++ b/doc/html/Trim Operation.html @@ -0,0 +1,50 @@ + + + + +VeraCrypt - Free Open source disk encryption with strong security for the Paranoid + + + + + + +
+VeraCrypt +
+ + + +
+

+Documentation +>> +Security Requirements and Precautions +>> +Trim Operation +

+ +
+

Trim Operation

+
+Some storage devices (e.g., some solid-state drives, including USB flash drives) use so-called 'trim' operation to mark drive sectors as free e.g. when a file is deleted. Consequently, such sectors may contain unencrypted zeroes or other undefined data (unencrypted) + even if they are located within a part of the drive that is encrypted by VeraCrypt. VeraCrypt does not block the trim operation on partitions that are within the key scope of + +system encryption (unless a +hidden operating system is running) and under Linux on all volumes that use the Linux native kernel cryptographic services. In those cases, the adversary will be able to tell which sectors contain free space (and may be able to use this information for + further analysis and attacks) and +plausible deniability may be negatively affected. If you want to avoid those issues, do not use + +system encryption on drives that use the trim operation and, under Linux, either configure VeraCrypt not to use the Linux native kernel cryptographic services or make sure VeraCrypt volumes are not located on drives that use the trim operation.
+

To find out whether a device uses the trim operation, please refer to documentation supplied with the device or contact the vendor/manufacturer.

+
\ No newline at end of file -- cgit v1.2.3