<title>VeraCrypt - Free Open source disk encryption with strong security for the Paranoid</title>
<metaname="description"content="VeraCrypt is free open-source disk encryption software for Windows, Mac OS X and Linux. In case an attacker forces you to reveal the password, VeraCrypt provides plausible deniability. In contrast to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory, and does not involve temporary unencrypted files."/>
<emstyle="text-align:left">This document is not guaranteed to be error-free and is provided "as is" without warranty of any kind. For more information, see
Yes. There are generally no conflicts between TrueCrypt and VeraCrypt, thus they can be installed and used on the same machine. On Windows however, if they are both used to mount the same volume, two drives may appear when mounting it. This can be solved by
running the following command in an elevated command prompt (using Run as an administrator) before mounting any volume:
<strongstyle="text-align:left">Can I convert my TrueCrypt volumes to VeraCrypt format?</strong></div>
Yes. Starting from version 1.0f, VeraCrypt offers the possibility to convert TrueCrypt containers and non-system partitions to VeraCrypt format. This can achieved using the "Change Volume Password" or "Set Header Key Derivation Algorithm" actions. Just check
the "TrueCrypt Mode", enter you TrueCrypt password and perform the operation. After that, you volume will have the VeraCrypt format.<br>
Before doing the conversion, it is advised to backup the volume header using TrueCrypt. You can delete this backup safely once the conversion is done and after checking that the converted volume is mounted properly by VeraCrypt.</div>
VeraCrypt adds enhanced security to the algorithms used for system and partitions encryption making it immune to new developments in brute-force attacks.<br>
It also solves many vulnerabilities and security issues found in TrueCrypt.<br>
As an example, when the system partition is encrypted, TrueCrypt uses PBKDF2-RIPEMD160 with 1000 iterations whereas in VeraCrypt we use
<spanstyle="text-decoration:underline">327661</span>. And for standard containers and other partitions, TrueCrypt uses at most 2000 iterations but VeraCrypt uses
<spanstyle="text-decoration:underline">655331 </span>for RIPEMD160 and <spanstyle="text-decoration:underline">
500000 </span>iterations for SHA-2 and Whirlpool.<br>
This enhanced security adds some delay only to the opening of encrypted partitions without any performance impact to the application use phase. This is acceptable to the legitimate owner but it makes it much harder for an attacker to gain access to the encrypted
data.</div>
</div>
<brid="PasswordLost"style="text-align:left">
<strongstyle="text-align:left">I forgot my password – is there any way ('backdoor') to recover the files from my VeraCrypt volume?</strong></div>
We have not implemented any 'backdoor' in VeraCrypt (and will never implement any even if asked to do so by a government agency), because it would defeat the purpose of the software. VeraCrypt does not allow decryption of data without knowing the correct password
or key. We cannot recover your data because we do not know and cannot determine the password you chose or the key you generated using VeraCrypt. The only way to recover your files is to try to "crack" the password or the key, but it could take thousands or
millions of years (depending on the length and quality of the password or keyfiles, on the software/hardware performance, algorithms, and other factors). Back in 2010, there was news about the
FBI failing to decrypt a TrueCrypt volume after a year of trying</a>. While we can't verify if this is true or just a "psy-op" stunt, in VeraCrypt we have increased the security of the key derivation to a level where any brute-force of the password is virtually
impossible, provided that all security requirements are respected.</div>
Yes. The first chapter, <strongstyle="text-align:left"><ahref="Beginner%27s%20Tutorial.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">Beginner's Tutorial</a></strong>, in the VeraCrypt
User Guide contains screenshots and step-by-step instructions on how to create, mount, and use a VeraCrypt volume.</div>
<strong>The system encryption Pre Test fails because the bootloader hangs with the messaging "booting" after successfully verifying the password. How to make the Pre Test succeed?</strong></div>
<li>Boot your machine using a Windows Installation disk and select to repair your computer. Choose "Command Prompt" option and when it opens, type the commands below and then restart your system:
</li><li>Delete the 100 MB System Reserved partition located at the beginning of your drive and set the system partition next to it as the active partition (both can be done using diskpart utility available in Windows Installation disk repair option). After that,
run Startup Repair after rebooting on Windows Installation disk. The following link contains detailed instructions:
<strong>The system encryption Pre Test fails even though the password was correctly entered in the bootloader. How to make the Pre Test succeed?</strong></div>
This can be caused by the TrueCrypt driver that clears BIOS memory before VeraCrypt is able to read it. In this case, uninstalling TrueCrypt solves the issue.<br>
This can also be caused by some hardware drivers and other software that access BIOS memory. There is no generic solution for this and affected users should identify such software and remove it from the system.</div>
Yes, VeraCrypt-encrypted volumes are like normal disks. You provide the correct password (and/or keyfile) and mount (open) the VeraCrypt volume. When you double click the icon of the video file, the operating system launches the application associated with
the file type – typically a media player. The media player then begins loading a small initial portion of the video file from the VeraCrypt-encrypted volume to RAM (memory) in order to play it. While the portion is being loaded, VeraCrypt is automatically
decrypting it (in RAM). The decrypted portion of the video (stored in RAM) is then played by the media player. While this portion is being played, the media player begins loading another small portion of the video file from the VeraCrypt-encrypted volume to
RAM (memory) and the process repeats.<brstyle="text-align:left">
<brstyle="text-align:left">
The same goes for video recording: Before a chunk of a video file is written to a VeraCrypt volume, VeraCrypt encrypts it in RAM and then writes it to the disk. This process is called on-the-fly encryption/decryption and it works for all file types (not only
As the source code for VeraCrypt is publicly available, independent researchers can verify that the source code does not contain any security flaw or secret 'backdoor'. If the source code were not available, reviewers would need to reverse-engineer the executable
files. However, analyzing and understanding such reverse-engineered code is so difficult that it is practically
<emstyle="text-align:left">impossible</em> to do (especially when the code is as large as the VeraCrypt code).<brstyle="text-align:left">
<brstyle="text-align:left">
Remark: A similar problem also affects cryptographic hardware (for example, a self-encrypting storage device). It is very difficult to reverse-engineer it to verify that it does not contain any security flaw or secret 'backdoor'.</div>
Yes. An <ahref="http://blog.quarkslab.com/security-assessment-of-veracrypt-fixes-and-evolutions-from-truecrypt.html"target="_blank">
audit</a> has been performed by <ahref="https://quarkslab.com/"target="_blank">
Quarkslab</a>. The technical report can be downloaded from <ahref="http://blog.quarkslab.com/resources/2016-10-17-audit-veracrypt/16-08-215-REP-VeraCrypt-sec-assessment.pdf">here</a>. VeraCrypt 1.19 addressed the issues found by this audit.</div>
<strongstyle="text-align:left">As VeraCrypt is open-source software, independent researchers can verify that the source code does not contain any security flaw or secret 'backdoor'. Can they also verify that the official executable files were built from the
published source code and contain no additional code?</strong></div>
Yes, they can. In addition to reviewing the source code, independent researchers can compile the source code and compare the resulting executable files with the official ones. They may find some differences (for example, timestamps or embedded digital signatures)
but they can analyze the differences and verify that they do not form malicious code.</div>
Create two or more partitions on your USB flash drive. Leave the first partition non encrypted and encrypt the other partition(s). You can store VeraCrypt on the first partition in order to run it directly from the USB flash drive.<brstyle="text-align:left">
Note: Windows can only access the primary partition of a USB flash drive, nevertheless the extra partitions remain accessible through VeraCrypt.
Create a VeraCrypt file container on the USB flash drive (for information on how to do so, see the chapter
<strongstyle="text-align:left"><ahref="Beginner%27s%20Tutorial.html"style="text-align:left; color:#0080c0; text-decoration:none.html">Beginner's Tutorial</a></strong>, in the
VeraCrypt User Guide</a>). If you leave enough space on the USB flash drive (choose an appropriate size for the VeraCrypt container), you will also be able to store VeraCrypt on the USB flash drive (along with the container – not
<emstyle="text-align:left">in</em> the container) and you will be able to run VeraCrypt from the USB flash drive (see also the chapter
Portable Mode</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
Yes. The entire file system within a VeraCrypt volume is encrypted (including file names, folder names, and contents of every file). This applies to both types of VeraCrypt volumes – i.e., to file containers (virtual VeraCrypt disks) and to VeraCrypt-encrypted
Yes. Increase in encryption/decryption speed is directly proportional to the number of cores/processors your computer has. For more information, please see the chapter
Parallelization</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
<strongstyle="text-align:left">Can data be read from and written to an encrypted volume/drive as fast as if the drive was not encrypted?</strong></div>
Yes. For more information, please see the chapter <ahref="Hardware%20Acceleration.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Hardware Acceleration</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
Yes, it is. For more information, please see the section <ahref="Hidden%20Operating%20System.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Hidden Operating System</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
VeraCrypt volumes</a> are independent of the operating system. You will be able to mount your VeraCrypt volume on any computer on which you can run VeraCrypt (see also the question '<emstyle="text-align:left">Can I use VeraCrypt on Windows if I do not have
<strongstyle="text-align:left">Can I unplug or turn off a hot-plug device (for example, a USB flash drive or USB hard drive) when there is a mounted VeraCrypt volume on it?</strong></div>
Before you unplug or turn off the device, you should always dismount the VeraCrypt volume in VeraCrypt first, and then perform the '<emstyle="text-align:left">Eject</em>' operation if available (right-click the device in the '<emstyle="text-align:left">Computer</em>'
or '<emstyle="text-align:left">My Computer</em>' list), or use the '<emstyle="text-align:left">Safely Remove Hardware</em>' function (built in Windows, accessible via the taskbar notification area). Otherwise, data loss may occur.</div>
See the section <ahref="Hidden%20Operating%20System.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Hidden Operating System</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
See the chapter <ahref="Plausible%20Deniability.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Plausible Deniability</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
<strongstyle="text-align:left">Will I be able to mount my VeraCrypt partition/container after I reinstall or upgrade the operating system?</strong></div>
VeraCrypt volumes</a> are independent of the operating system. However, you need to make sure your operating system installer does not format the partition where your VeraCrypt volume resides.<brstyle="text-align:left">
<brstyle="text-align:left">
Note: If the system partition/drive is encrypted and you want to reinstall or upgrade Windows, you need to decrypt it first (select
<emstyle="text-align:left">System</em>><emstyle="text-align:left">Permanently Decrypt System Partition/Drive</em>). However, a running operating system can be
<emstyle="text-align:left">updated</em> (security patches, service packs, etc.) without any problems even when the system partition/drive is encrypted.</div>
Generally, yes. However, before upgrading, please read the <ahref="Release%20Notes.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
release notes</a> for all versions of VeraCrypt that have been released since your version was released. If there are any known issues or incompatibilities related to upgrading from your version to a newer one, they will be listed in the
Generally, you can upgrade to the latest version without decrypting the system partition/drive (just run the VeraCrypt installer and it will automatically upgrade VeraCrypt on the system). However, before upgrading, please read the
release notes</a> for all versions of VeraCrypt that have been released since your version was released. If there are any known issues or incompatibilities related to upgrading from your version to a newer one, they will be listed in the
release notes</a>. Note that this FAQ answer is also valid for users of a <ahref="Hidden%20Operating%20System.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
hidden operating system</a>. Also note that you cannot <emstyle="text-align:left">
down</em>grade VeraCrypt if the system partition/drive is encrypted.</div>
<strongstyle="text-align:left">I use pre-boot authentication. Can I prevent a person (adversary) that is watching me start my computer from knowing that I use VeraCrypt?</strong></div>
Yes. To do so, boot the encrypted system, start VeraCrypt, select <emstyle="text-align:left">
Settings</em>><emstyle="text-align:left">System Encryption</em>, enable the option '<emstyle="text-align:left">Do not show any texts in the pre-boot authentication screen</em>' and click
<emstyle="text-align:left">OK</em>. Then, when you start the computer, no texts will be displayed by the VeraCrypt boot loader (not even when you enter the wrong password). The computer will appear to be "frozen" while you can type your password. It is, however,
important to note that if the adversary can analyze the content of the hard drive, he can still find out that it contains the VeraCrypt boot loader.</div>
<strongstyle="text-align:left">I use pre-boot authentication. Can I configure the VeraCrypt Boot Loader to display only a fake error message?</strong></div>
Yes. To do so, boot the encrypted system, start VeraCrypt, select <emstyle="text-align:left">
Settings</em>><emstyle="text-align:left">System Encryption</em>, enable the option '<emstyle="text-align:left">Do not show any texts in the pre-boot authentication screen</em>' and enter the fake error message in the corresponding field (for example,
the "<emstyle="text-align:left">Missing operating system</em>" message, which is normally displayed by the Windows boot loader if it finds no Windows boot partition). It is, however, important to note that if the adversary can analyze the content of the hard
drive, he can still find out that it contains the VeraCrypt boot loader.</div>
<strongstyle="text-align:left">Can I configure VeraCrypt to mount automatically whenever Windows starts a non-system VeraCrypt volume that uses the same password as my system partition/drive (i.e. my pre-boot authentication password)?</strong></div>
The System Favorites Organizer window should appear now. In this window, enable the option '<emstyle="text-align:left">Mount system favorite volumes when Windows starts</em>' and click
For more information, see the chapter <ahref="System%20Favorite%20Volumes.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
The <ahref="Favorite%20Volumes.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Favorites</a> Organizer window should appear now. In this window, enable the option '<emstyle="text-align:left">Mount selected volume upon logon</em>' and click
Then, when you log on to Windows, you will be asked for the volume password (and/or keyfiles) and if it is correct, the volume will be mounted.<brstyle="text-align:left">
<brstyle="text-align:left">
Alternatively, if the volumes are partition/device-hosted and if you do not need to mount them to particular drive letters every time, you can follow these steps:</div>
In the section '<emstyle="text-align:left">Actions to perform upon logon to Windows</em>', enable the option '<emstyle="text-align:left">Mount all devices-hosted VeraCrypt volumes</em>' and click
pre-boot authentication</a> password (<emstyle="text-align:left">Settings</em>> '<emstyle="text-align:left">System Encryption</em>') and the volumes use the same password as the system partition/drive.</div>
Yes. For example, if you have a VeraCrypt container on a USB flash drive and you want VeraCrypt to mount it automatically when you insert the USB flash drive into the USB port, follow these steps:</div>
The <ahref="Favorite%20Volumes.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Favorites</a> Organizer window should appear now. In this window, enable the option '<emstyle="text-align:left">Mount selected volume when its host device gets connected</em>' and click
Then, when you insert the USB flash drive into the USB port, you will be asked for the volume password (and/or keyfiles) (unless it is cached) and if it is correct, the volume will be mounted.<brstyle="text-align:left">
<brstyle="text-align:left">
Note: VeraCrypt will not prompt you for a password if you have enabled caching of the
pre-boot authentication</a> password (<emstyle="text-align:left">Settings</em>> '<emstyle="text-align:left">System Encryption</em>') and the volume uses the same password as the system partition/drive.</div>
<strongstyle="text-align:left">Can my pre-boot authentication password be cached so that I can use it mount non-system volumes during the session?</strong></div>
Yes. Select <emstyle="text-align:left">Settings</em>> '<emstyle="text-align:left">System Encryption</em>' and enable the following option: '<emstyle="text-align:left">Cache pre-boot authentication password in driver memory</em>'.</div>
<strongstyle="text-align:left">I live in a country that violates basic human rights of its people. Is it possible to use VeraCrypt without leaving any 'traces' on unencrypted Windows?</strong></div>
Yes. This can be achieved by running VeraCrypt in <ahref="Portable%20Mode.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
portable mode</a> under <ahref="http://www.nu2.nu/pebuilder/"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
BartPE</a> or in a similar environment. BartPE stands for "Bart's Preinstalled Environment", which is essentially the Windows operating system prepared in a way that it can be entirely stored on and booted from a CD/DVD (registry, temporary files, etc., are
stored in RAM – hard drive is not used at all and does not even have to be present). The freeware
Bart's PE Builder</a> can transform a Windows XP installation CD into a BartPE CD. Note that you do not even need any special VeraCrypt plug-in for BartPE. Follow these steps:</div>
Download the VeraCrypt self-extracting package to the RAM disk (which BartPE automatically creates).
<brstyle="text-align:left">
<brstyle="text-align:left">
<strongstyle="text-align:left">Note</strong>: If the adversary can intercept data you send or receive over the Internet and you need to prevent the adversary from knowing you downloaded VeraCrypt, consider downloading it via
Verify the digital signatures of the downloaded file (see <ahref="Digital%20Signatures.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
this</a> section of the documentation for more information). </li><listyle="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
Run the downloaded file, and select <emstyle="text-align:left">Extract</em> (instead of
<emstyle="text-align:left">Install</em>) on the second page of the VeraCrypt Setup wizard. Extract the contents to the RAM disk.
Hidden Operating System</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
documentation</a>). See also the chapter <ahref="Plausible%20Deniability.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Yes, VeraCrypt supports all keyboard layouts. Because of BIOS requirement, the pre-boot password is typed using
<strong>US keyboard layout. </strong>During the system encryption process, VeraCrypt automatically and transparently switches the keyboard to US layout in order to ensure that the password value typed will match the one typed in pre-boot mode. Thus, in order
to avoid wrong password errors, one must type the password using the same keys as when creating the system encryption.</div>
Hidden Operating System</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
See the chapter '<ahref="Using%20VeraCrypt%20Without%20Administrator%20Privileges.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">Using VeraCrypt Without Administrator Privileges</a>'
in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
Technical Details</a>) in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
If you want to encrypt an entire system drive (which may contain multiple partitions) or a system partition (in other words, if you want to encrypt a drive or partition where Windows is installed), you can do so provided that you use Windows XP or a later version
of Windows (such as Windows 7) <spanstyle="text-align:left; font-size:10px; line-height:12px">
(select '<emstyle="text-align:left">System</em>' > '<emstyle="text-align:left">Encrypt System Partition/Drive</em>' and then follow the instructions in the wizard)</span>.
If you want to encrypt a non-system partition in place, you can do so provided that it contains an NTFS filesystem and that you use Windows Vista or a later version of Windows (for example, Windows 7)
Yes, see the chapter <ahref="Portable%20Mode.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Portable Mode</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
No. Those programs use TPM to protect against attacks that <emstyle="text-align:left">
require</em> the attacker to have administrator privileges, or physical access to the computer, and the attacker needs you to use the computer after such an access.
<emstyle="text-align:left">However, if any of these conditions is met, it is actually impossible to secure the computer</em> (see below) and, therefore, you must stop using it (instead of relying on TPM).
<brstyle="text-align:left">
<brstyle="text-align:left">
If the attacker has administrator privileges, he can, for example, reset the TPM, capture the content of RAM (containing master keys) or content of files stored on mounted VeraCrypt volumes (decrypted on the fly), which can then be sent to the attacker over
the Internet or saved to an unencrypted local drive (from which the attacker might be able to read it later, when he gains physical access to the computer).
<brstyle="text-align:left">
<brstyle="text-align:left">
If the attacker can physically access the computer hardware (and you use it after such an access), he can, for example, attach a malicious component to it (such as a hardware keystroke logger) that will capture the password, the content of RAM (containing master
keys) or content of files stored on mounted VeraCrypt volumes (decrypted on the fly), which can then be sent to the attacker over the Internet or saved to an unencrypted local drive (from which the attacker might be able to read it later, when he gains physical
access to the computer again). <brstyle="text-align:left">
<brstyle="text-align:left">
The only thing that TPM is almost guaranteed to provide is a false sense of security (even the name itself, "Trusted Platform Module", is misleading and creates a false sense of security). As for real security, TPM is actually redundant (and implementing redundant
features is usually a way to create so-called bloatware). <brstyle="text-align:left">
<brstyle="text-align:left">
For more information, please see the sections <atitle="Physical%20Security""style="text-align:left; color:#0080c0; text-decoration:none">
Physical Security</a> and <ahref="Malware.html"style="text-align:left; color:#0080c0; text-decoration:none.html">
Malware</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
<ahref="VeraCrypt%20Volume.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">File containers</a> are normal files so you can work with them as with any normal files (file containers
can be, for example, moved, renamed, and deleted the same way as normal files). <ahref="VeraCrypt%20Volume.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Partitions/drives</a> may be better as regards performance. Note that reading and writing to/from a file container may take significantly longer when the container is heavily fragmented. To solve this problem, defragment the file system in which the container
is stored (when the VeraCrypt volume is dismounted).</div>
See the chapter <ahref="How%20to%20Back%20Up%20Securely.html"style="text-align:left; color:#0080c0; text-decoration:none.html">
How to Back Up Securely</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
See the question '<emstyle="text-align:left"><ahref="#changing-filesystem"style="text-align:left; color:#0080c0; text-decoration:none">Is it possible to change the file system of an encrypted volume?</a></em>'</div>
<strongstyle="text-align:left"><aname="changing-filesystem"style="text-align:left; color:#0080c0; text-decoration:none"></a>Is it possible to change the file system of an encrypted volume?</strong></div>
Yes, when mounted, VeraCrypt volumes can be formatted as FAT12, FAT16, FAT32, NTFS, or any other file system. VeraCrypt volumes behave as standard disk devices so you can right-click the device icon (for example in the '<emstyle="text-align:left">Computer</em>'
or '<emstyle="text-align:left">My Computer</em>' list) and select '<emstyle="text-align:left">Format</em>'. The actual volume contents will be lost. However, the whole volume will remain encrypted. If you format a VeraCrypt-encrypted partition when the VeraCrypt
volume that the partition hosts is not mounted, then the volume will be destroyed, and the partition will not be encrypted anymore (it will be empty).</div>
Yes. However, if you need to mount a VeraCrypt volume that is stored on a read-only medium (such as a CD or DVD) under Windows 2000, the file system within the VeraCrypt volume must be FAT (Windows 2000 cannot mount an NTFS file system on read-only media).</div>
Yes, the password change dialog works both for standard and <ahref="Hidden%20Volume.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
hidden volumes</a>. Just type the password for the hidden volume in the 'Current Password' field of the 'Volume Password Change' dialog.</div>
Remark: VeraCrypt first attempts to decrypt the standard <ahref="VeraCrypt%20Volume%20Format%20Specification.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
volume header</a> and if it fails, it attempts to decrypt the area within the volume where the hidden volume header may be stored (if there is a hidden volume within). In case it is successful, the password change applies to the hidden volume. (Both attempts
use the password typed in the 'Current Password' field.)</div>
Header Key Derivation, Salt, and Iteration Count</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
<strongstyle="text-align:left">How do I burn a VeraCrypt container larger than 2 GB onto a DVD?</strong><brstyle="text-align:left">
<brstyle="text-align:left">
The DVD burning software you use should allow you to select the format of the DVD. If it does, select the UDF format (ISO format does not support files larger than 2 GB).</div>
Yes, VeraCrypt volumes behave like real physical disk devices, so it is possible to use any filesystem checking/repairing/defragmenting tools on the contents of a mounted VeraCrypt volume.</div>
Yes, it does. <spanstyle="text-align:left; font-size:10px; line-height:12px">Note: 64-bit versions of Windows load only drivers that are digitally signed with a digital certificate issued by a certification authority approved for issuing kernel-mode code signing
certificates. VeraCrypt complies with this requirement (the VeraCrypt driver is <ahref="Digital%20Signatures.html"style="text-align:left; color:#0080c0; text-decoration:none.html">
digitally signed</a> with the digital certificate of IDRIX, which was issued by the certification authority Thawte).</span></div>
Yes, see the chapter <ahref="Supported%20Operating%20Systems.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
Supported Operating Systems</a> in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
In encrypted data, one corrupted bit usually corrupts the whole ciphertext block in which it occurred. The ciphertext block size used by VeraCrypt is 16 bytes (i.e., 128 bits). The
mode of operation</a> used by VeraCrypt ensures that if data corruption occurs within a block, the remaining blocks are not affected. See also the question '<emstyle="text-align:left">What do I do when the encrypted filesystem on my VeraCrypt volume is corrupted?</em></div>
File system within a VeraCrypt volume may become corrupted in the same way as any normal unencrypted file system. When that happens, you can use filesystem repair tools supplied with your operating system to fix it. In Windows, it is the '<emstyle="text-align:left">chkdsk</em>'
tool. VeraCrypt provides an easy way to use this tool on a VeraCrypt volume: Right-click the mounted volume in the main VeraCrypt window (in the drive list) and from the context menu select '<emstyle="text-align:left">Repair Filesystem</em>'.</div>
<strongstyle="text-align:left">We use VeraCrypt in a corporate/enterprise environment. Is there a way for an administrator to reset a volume password or pre-boot authentication password when a user forgets it (or loses a keyfile)?</strong></div>
Yes. Note that there is no "backdoor" implemented in VeraCrypt. However, there is a way to "reset" volume passwords/<ahref="Keyfiles.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">keyfiles</a>
and <ahref="System%20Encryption.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
pre-boot authentication</a> passwords. After you create a volume, back up its header to a file (select
<emstyle="text-align:left">Tools</em> -><emstyle="text-align:left">Backup Volume Header</em>) before you allow a
non-admin user</a> to use the volume. Note that the <ahref="VeraCrypt%20Volume%20Format%20Specification.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
volume header</a> (which is encrypted with a <ahref="Header%20Key%20Derivation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
header key</a> derived from a password/keyfile) contains the <ahref="Encryption%20Scheme.html"style="text-align:left; color:#0080c0; text-decoration:none.html">
master key</a> with which the volume is encrypted. Then ask the user to choose a password, and set it for him/her (<emstyle="text-align:left">Volumes</em> ->
<emstyle="text-align:left">Change Volume Password</em>); or generate a user keyfile for him/her. Then you can allow the user to use the volume and to change the password/keyfiles without your assistance/permission. In case he/she forgets his/her password or
loses his/her keyfile, you can "reset" the volume password/keyfiles to your original admin password/keyfiles by restoring the volume header from the backup file (<emstyle="text-align:left">Tools</em> ->
</a>To create a backup of the master key data (that will be stored on a <ahref="VeraCrypt%20Rescue%20Disk.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
VeraCrypt Rescue Disk</a> and encrypted with your administrator password), select '<emstyle="text-align:left">System</em>' > '<ahref="VeraCrypt%20Rescue%20Disk.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none"><emstyle="text-align:left.html">Create
Rescue Disk</em></a>'. To set a user <ahref="System%20Encryption.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
pre-boot authentication</a> password, select '<emstyle="text-align:left">System</em>' > '<emstyle="text-align:left">Change Password</em>'. To restore your administrator password, boot the VeraCrypt Rescue Disk, select '<emstyle="text-align:left">Repair
Options</em>' > '<emstyle="text-align:left">Restore key data</em>' and enter your administrator password.
<brstyle="text-align:left">
<spanstyle="text-align:left; font-size:10px; line-height:12px">Note: It is not required to burn each
VeraCrypt Rescue Disk</a> ISO image to a CD/DVD. You can maintain a central repository of ISO images for all workstations (rather than a repository of CDs/DVDs). For more information see the section
Provided that you comply with the terms and conditions of the <ahref="VeraCrypt%20License.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none.html">
VeraCrypt License</a>, you can install and run VeraCrypt free of charge on an arbitrary number of your computers.</div>
<strongstyle="text-align:left">We share a volume over a network. Is there a way to have the network share automatically restored when the system is restarted?</strong></div>
Please see the chapter '<ahref="Sharing%20over%20Network.html"style="text-align:left; color:#0080c0; text-decoration:none.html">Sharing over Network</a>' in the
<strongstyle="text-align:left">It is possible to access a single VeraCrypt volume simultaneously from multiple operating systems (for example, a volume shared over a network)?</strong></div>
Please see the chapter '<ahref="Sharing%20over%20Network.html"style="text-align:left; color:#0080c0; text-decoration:none.html">Sharing over Network</a>' in the
Please see the chapter '<ahref="Sharing%20over%20Network.html"style="text-align:left; color:#0080c0; text-decoration:none.html">Sharing over Network</a>' in the
<strongstyle="text-align:left">I encrypted a non-system partition, but its original drive letter is still visible in the '<spanstyle="text-align:left; font-style:italic">My Computer</span>' list. When I double click this drive letter, Windows asks if I want
to format the drive. Is there a way to hide or free this drive letter? </strong>
Right-click the '<emstyle="text-align:left">Computer</em>' (or '<spanstyle="text-align:left; font-style:italic">My Computer</span>') icon on your desktop or in the Start Menu and select
<spanstyle="text-align:left; font-style:italic">Manage</span>. The '<spanstyle="text-align:left; font-style:italic">Computer Management</span>' window should appear.
Yes, but you will need to remove the drive letter assigned to the device. For information on how to do so, see the question '<emstyle="text-align:left">I encrypted a non-system partition, but its original drive letter is still visible in the 'My Computer'
Please see the section '<ahref="Removing%20Encryption.html"style="text-align:left; color:#0080c0; text-decoration:none.html">How to Remove Encryption</a>' in the
<strongstyle="text-align:left">What will change when I enable the option '<emstyle="text-align:left">Mount volumes as removable media</em>'?</strong></div>
Please see the section '<ahref="Removable%20Medium%20Volume.html"style="text-align:left; color:#0080c0; text-decoration:none.html">Volume Mounted as Removable Medium</a>' in the
Yes, the documentation is contained in the file <emstyle="text-align:left">VeraCrypt User Guide.chm</em> that is included in official VeraCrypt installer for Windows. You can also download the CHM using the link available at the home page
<emstyle="text-align:left">not</em> have to install VeraCrypt to obtain the CHM documentation. Just run the self-extracting installation package and then select
<emstyle="text-align:left">do</em> install VeraCrypt, the CHM documentation is automatically copied to the folder to which VeraCrypt is installed, and is accessible via the VeraCrypt user interface (by pressing F1 or choosing
<spanstyle="text-align:left; font-size:10px; line-height:12px">Remark: to "wipe" = to securely erase; to overwrite sensitive data in order to render them unrecoverable.
</span><brstyle="text-align:left">
<brstyle="text-align:left">
If you believe that an adversary will be able to decrypt the volume (for example that he will make you reveal the password), then the answer is yes. Otherwise, it is not necessary, because the volume is entirely encrypted.</div>
Technical Details</a>) in the <ahref="https://www.veracrypt.fr/en/Documentation.html"target="_blank"style="text-align:left; color:#0080c0; text-decoration:none">
<strongstyle="text-align:left">How can I perform a Windows built-in backup on a VeraCrypt volume? The VeraCrypt volume doesn't show up in the list of available backup paths.<br>
Windows built-in backup utility looks only for physical driver, that's why it doesn't display the VeraCrypt volume. Nevertheless, you can still backup on a VeraCrypt volume by using a trick: activate sharing on the VeraCrypt volume through Explorer interface
(of course, you have to put the correct permission to avoid unauthorized access) and then choose the option "Remote shared folder" (it is not remote of course but Windows needs a network path). There you can type the path of the shared drive (for example \\ServerName\sharename)
and the backup will be configured correctly.</div>
VeraCrypt uses block ciphers (AES, Serpent, Twofish) for its encryption. Quantum attacks against these block ciphers are just a faster brute-force since the best know attack against these algorithms is exhaustive search (related keys attacks are irrelevant
to our case because all keys are random and independent from each other).<br>
Since VeraCrypt always uses 256-bit random and independent keys, we are assured of a 128-bit security<br>
level against quantum algorithms which makes VeraCrypt encryption immune to such attacks.</div>
In order to be able to index a VeraCrypt volume through Windows Search, the volume must be mounted at boot time (System Favorite) or the Windows Search services must be restart after the volume is mounted. This is needed because Windows Search can only index
drives that are available when it starts.</div>
<strongstyle="text-align:left">I haven't found any answer to my question in the FAQ – what should I do?</strong></div>