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/Data Leaks.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 doc/html/Data Leaks.html (limited to 'doc/html/Data Leaks.html') diff --git a/doc/html/Data Leaks.html b/doc/html/Data Leaks.html new file mode 100644 index 00000000..ee37fd69 --- /dev/null +++ b/doc/html/Data Leaks.html @@ -0,0 +1,70 @@ + + + + +VeraCrypt - Free Open source disk encryption with strong security for the Paranoid + + + + + + +
+VeraCrypt +
+ + + +
+

+Documentation +>> +Security Requirements and Precautions +>> +Data Leaks +

+ +
+

Data Leaks

+

When a VeraCrypt volume is mounted, the operating system and third-party applications may write to unencrypted volumes (typically, to the unencrypted system volume) unencrypted information about the data stored in the VeraCrypt volume (e.g. filenames and + locations of recently accessed files, databases created by file indexing tools, etc.), or the data itself in an unencrypted form (temporary files, etc.), or unencrypted information about the filesystem residing in the VeraCrypt volume. Note that Windows automatically + records large amounts of potentially sensitive data, such as the names and locations of files you open, applications you run, etc.

+

Also, starting from Windows 8, every time a VeraCrypt volume that is formatted using NTFS is mounted, an Event 98 is written for the system Events Log and it will contain the device name (\\device\VeraCryptVolumeXX) of the volume. This event log "feature" + was introduced in Windows 8 as part of newly introduced NTFS health checks as explained + +here. To avoid this leak, the VeraCrypt volume must be mounted +as a removable medium. Big thanks to Liran Elharar for discovering this leak and its workaround.
+
+In order to prevent data leaks, you must follow these steps (alternative steps may exist):

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