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

+Documentation +>> +Security Requirements and Precautions +>> +Data Leaks +>> +Memory Dump Files +

+ +
+

Memory Dump Files

+
+Note: The issue described below does +not affect you if the system partition or system drive is encrypted (for more information, see the chapter + +System Encryption) and if the system is configured to write memory dump files to the system drive (which it typically is, by default).
+
+Most operating systems, including Windows, can be configured to write debugging information and contents of the system memory to so-called memory dump files (also called crash dump files) when an error occurs (system crash, "blue screen," bug check). Therefore, + memory dump files may contain sensitive data. VeraCrypt +cannot prevent cached passwords, encryption keys, and the contents of sensitive files opened in RAM from being saved +unencrypted to memory dump files. Note that when you open a file stored on a VeraCrypt volume, for example, in a text editor, then the content of the file is stored +unencrypted in RAM (and it may remain +unencrypted in RAM until the computer is turned off). Also note that when a VeraCrypt volume is mounted, its master key is stored +unencrypted in RAM. Therefore, you must disable memory dump file generation on your computer at least for each session during which you work with any sensitive data and during which you mount a VeraCrypt volume. To do so in + Windows XP or later, right-click the 'Computer' (or 'My Computer') icon on the desktop or in the +Start Menu, and then select +Properties > (on Windows Vista or later: > +Advanced System Settings >) Advanced tab > section +Startup and Recovery > +Settings > section Write debugging information +> select (none) > +OK.
+
+Note for users of Windows XP/2003: As Windows XP and Windows 2003 do not provide any API for encryption of memory dump files, if the system partition/drive is encrypted by VeraCrypt and your Windows XP system is configured to + write memory dump files to the system drive, the VeraCrypt driver automatically prevents Windows from writing any data to memory dump files.
+
\ No newline at end of file -- cgit v1.2.3