Update servers/anonzulucrypt/index.html

This commit is contained in:
oppressor.obsolete 2024-08-16 10:29:54 +02:00
parent 90a75c4e3c
commit bda45bf138

View File

@ -125,6 +125,33 @@ Click on "Open", "Volume Hosted In A File" or use the keyboard shortcut CTRL+Z</
<img src="5.png" class="imgRz">
<p>Complete all of the parameters (example shown below) ensuring to: select your mp4 file, set the "Volume Type" to "PLAIN dm-crypt", enter the correct offset amount (397m in our case) and enter the password. Then click "Open".</p>
<img src="6.png" class="imgRz">
<p>The mp4 container will now be loaded in zuluCrypt. Right-click on the mounted container, then "Open Folder" to open the container with your default file manager.</p>
<img src="7.png" class="imgRz">
<img src="8.png" class="imgRz">
<p>We can now use the file manager (e.g. Thunar) to copy our secret documents archive (docs.zip) into the mp4 container</p>
<img src="9.png" class="imgRz">
<p>Now that our mp4 container has our secret documents, we can close the file manager and right-click, "Unmount" our container in zuluCrypt</p>
<img src="10.png" class="imgRz">
<p>We now have a fully functional mp4 video that contains our secret documents. This will make it significantly harder for an attacker who may have gained access to your system to discover your secret documents.<br>
Finally, we can reconfirm the video plays by opening the mp4 in VLC by running the following VLC command (or using your preferred method):</p>
<pre><code class="nim">
vlc night_of_the_living_dead_512kb.mp4
</code></pre>
<img src="11.png" class="imgRz">
</div>
</div><!-- /row -->
</div> <!-- /container -->