mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
Documentation: Update documentation for TrueCrypt conversion
This commit is contained in:
parent
7b7361e63b
commit
84519517d5
@ -64,12 +64,15 @@ <h3>3.2 Scenario 2: Upgraded to VeraCrypt 1.26 or Newer</h3>
|
|||||||
<li>Convert TrueCrypt Volumes to VeraCrypt Volumes</li>
|
<li>Convert TrueCrypt Volumes to VeraCrypt Volumes</li>
|
||||||
<li>Change from Deprecated HMAC-RIPEMD-160 Hash Algorithm</li>
|
<li>Change from Deprecated HMAC-RIPEMD-160 Hash Algorithm</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>If you're on Linux or Mac, temporarily downgrade to VeraCrypt 1.25.9. Windows users can use the VCPassChanger tool <a href="https://launchpad.net/veracrypt/trunk/1.25.9/+download/VCPassChanger_%28TrueCrypt_Convertion%29.zip">that can be downloaded from here</a>.</p>
|
<p>If you are on Linux or Mac, temporarily downgrade to VeraCrypt 1.25.9. Windows users can use the VCPassChanger tool <a href="https://launchpad.net/veracrypt/trunk/1.25.9/+download/VCPassChanger_%28TrueCrypt_Convertion%29.zip">that can be downloaded from here</a>.</p>
|
||||||
|
<ul>
|
||||||
|
<li>Recreate VeraCrypt Volume if Using GOST89 Encryption Algorithm</li>
|
||||||
|
</ul>
|
||||||
|
All OSes temporarily downgrade to 1.25.9 version.
|
||||||
<h2>4. Conversion and Remediation Procedures</h2>
|
<h2>4. Conversion and Remediation Procedures</h2>
|
||||||
|
|
||||||
<h3>4.1 Converting TrueCrypt Volumes to VeraCrypt</h3>
|
<h3>4.1 Converting TrueCrypt Volumes to VeraCrypt</h3>
|
||||||
<p>TrueCrypt file containers and partitions can be converted to VeraCrypt if created with TrueCrypt versions 6.x or 7.x.</p>
|
<p>TrueCrypt file containers and partitions created with TrueCrypt versions 6.x or 7.x can be converted to VeraCrypt using VeraCrypt 1.25.9 or the VCPassChanger tool on Windows. For more details, refer to the <a href="Converting%20TrueCrypt%20volumes%20and%20partitions.html">documentation</a>.</p>
|
||||||
<p>After conversion, the file extension will remain as <code>.tc</code>. Manually change it to <code>.hc</code> if you want VeraCrypt 1.26 or newer to automatically recognize it.</p>
|
<p>After conversion, the file extension will remain as <code>.tc</code>. Manually change it to <code>.hc</code> if you want VeraCrypt 1.26 or newer to automatically recognize it.</p>
|
||||||
|
|
||||||
<h3>4.2 Changing Deprecated HMAC-RIPEMD-160 Hash Algorithm</h3>
|
<h3>4.2 Changing Deprecated HMAC-RIPEMD-160 Hash Algorithm</h3>
|
||||||
|
@ -36,10 +36,11 @@
|
|||||||
<h1>Converting TrueCrypt volumes and partitions</h1>
|
<h1>Converting TrueCrypt volumes and partitions</h1>
|
||||||
<p><strong>⚠️ Warning:</strong> <span style="color: red;">After conversion, ensure that the "TrueCrypt Mode" checkbox is not selected during the mount of the converted volume. Since it is no longer a TrueCrypt volume, mounting it with this option will lead to a mount failure.</span></p>
|
<p><strong>⚠️ Warning:</strong> <span style="color: red;">After conversion, ensure that the "TrueCrypt Mode" checkbox is not selected during the mount of the converted volume. Since it is no longer a TrueCrypt volume, mounting it with this option will lead to a mount failure.</span></p>
|
||||||
<p><strong>⚠️ Important Notice:</strong> As of version 1.26, VeraCrypt has removed support for "TrueCrypt Mode." Consequently, the conversion of TrueCrypt volumes and partitions using this method is no longer possible. Please refer to <a href="Conversion_Guide_VeraCrypt_1.26_and_Later.html">this documentation page</a> for guidance on how to proceed with TrueCrypt volumes in VeraCrypt versions 1.26 and later.</p>
|
<p><strong>⚠️ Important Notice:</strong> As of version 1.26, VeraCrypt has removed support for "TrueCrypt Mode." Consequently, the conversion of TrueCrypt volumes and partitions using this method is no longer possible. Please refer to <a href="Conversion_Guide_VeraCrypt_1.26_and_Later.html">this documentation page</a> for guidance on how to proceed with TrueCrypt volumes in VeraCrypt versions 1.26 and later.</p>
|
||||||
<p>Starting from version 1.0f, TrueCrypt volumes and <strong>non-system</strong> partitions can be converted to VeraCrypt format using any of the following actions:</p>
|
<p>TrueCrypt volumes and <strong>non-system</strong> partitions can be converted to VeraCrypt format using any of the following actions:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change Volume Password </li><li>Set Header Key Derivation Algorithm </li><li>Add/Remove key files </li><li>Remove all key files </li></ul>
|
<li>Change Volume Password </li><li>Set Header Key Derivation Algorithm </li><li>Add/Remove key files </li><li>Remove all key files </li></ul>
|
||||||
<p>If the TrueCrypt volume contains a hidden volume, it should also be converted using the same approach, by specifying the hidden volume password and/or keyfiles.</p>
|
<p>If the TrueCrypt volume contains a hidden volume, it should also be converted using the same approach, by specifying the hidden volume password and/or keyfiles.</p>
|
||||||
|
<p>🚨 After conversion of a file container, the file extension will remain as .tc. Manually change it to .hc if you want VeraCrypt 1.26 or newer to automatically recognize it.</p>
|
||||||
<p>“TrueCrypt Mode” must be checked in the dialog as shown below:</p>
|
<p>“TrueCrypt Mode” must be checked in the dialog as shown below:</p>
|
||||||
<p> <img src="Converting TrueCrypt volumes and partitions_truecrypt_convertion.jpg" alt=""></p>
|
<p> <img src="Converting TrueCrypt volumes and partitions_truecrypt_convertion.jpg" alt=""></p>
|
||||||
<p><strong>Note: </strong>Converting system partitions encrypted with TrueCrypt is not supported.</p>
|
<p><strong>Note: </strong>Converting system partitions encrypted with TrueCrypt is not supported.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user