Update servers/anonzulucrypt/index.html

This commit is contained in:
oppressor.obsolete 2024-08-16 08:27:41 +02:00
parent fdc33f77e4
commit 90a75c4e3c

View file

@ -67,7 +67,7 @@ One feature that sets zuluCrypt apart from other encryption tools is the ability
<img src="0.png" class="imgRz">
zuluCrypt can be installed on multiple Linux distributions. For Debian-based distro's, simply use your favourite package manager or run the following apt command in the terminal:
<p>zuluCrypt can be installed on multiple Linux distributions. For Debian-based distro's, simply use your favourite package manager or run the following apt command in the terminal:</p>
<pre><code class="nim">
sudo apt install zulucrypt-gui
@ -75,43 +75,55 @@ sudo apt install zulucrypt-gui
<img src="1.png" class="imgRz">
In this tutorial we'll be using zuluCrypt on <a href="https://www.whonix.org/">Whonix</a>, an OS designed for optimal privacy and security.
<p>In this tutorial we'll be using zuluCrypt on <a href="https://www.whonix.org/">Whonix</a>, an OS designed for optimal privacy and security.
For other Linux distro's, visit the maintainer's official page at <a href="https://mhogomchungu.github.io/zuluCrypt/">https://mhogomchungu.github.io/zuluCrypt/</a>
Once installed, zuluCrypt should be visible in your desktop environment's app launcher or you can simply start zuluCrypt-gui from the terminal by running:
Once installed, zuluCrypt should be visible in your desktop environment's app launcher or you can simply start zuluCrypt-gui from the terminal by running:</p>
<pre><code class="nim">
zuluCrypt-gui
</code></pre>
Now that zuluCrypt is fully functional, it's time to find a video file to use as your container.
<p>Now that zuluCrypt is fully functional, it's time to find a video file to use as your container.
In this tutorial we'll be using an mp4 file as our video container, so if you have an mp4 video file you'd like to use then follow the next steps with your own mp4 video file.
If you need an mp4 video file, the following sites are excellent resources for free public domain movies that are ideal containers as they're copywright free:
<a href="https://www.publicdomaintorrents.info/index.html">https://www.publicdomaintorrents.info/index.html</a>
<a href="https://archive.org/details/feature_films">https://archive.org/details/feature_films</a>
<a href="https://publicdomainmovie.net/">https://publicdomainmovie.net/</a>
If you need an mp4 video file, the following sites are excellent resources for free public domain movies that are ideal containers as they're copywright free:<br>
<a href="https://www.publicdomaintorrents.info/index.html">https://www.publicdomaintorrents.info/index.html</a><br>
<a href="https://archive.org/details/feature_films">https://archive.org/details/feature_films</a><br>
<a href="https://publicdomainmovie.net/">https://publicdomainmovie.net/</a><br>
<br>
We'll be using "Night of the Living Dead" available from <a href="https://archive.org/details/night_of_the_living_dead">https://archive.org/details/night_of_the_living_dead</a> so we'll download the mp4 version (396.2MB) in the terminal with wget as follows:</p>
We'll be using "Night of the Living Dead" available from <a href="https://www.whonix.org/">Whonix</a>https://archive.org/details/night_of_the_living_dead so we'll download the mp4 version (396.2MB) in the terminal with wget as follows:
<pre><code class="nim">
wget https://archive.org/download/night_of_the_living_dead/night_of_the_living_dead_512kb.mp4
</code></pre>
<wget screenshot>
<p>Now that we have our video file, it's time to decide what files we need to hide. In this case we're going to hide some secret documents that are already zipped up in another archive as shown below:</p>
Now that we have our video file, it's time to decide what files we need to hide. In this case we're going to hide some secret documents that are already zipped up in another archive as shown below:
<img src="2.png" class="imgRz">
docs.zip
<nautilus screenshot>
<p>Switching back to zuluCrypt, we click on "Create", "Encrypted Container Hidden In Video/Cover File (Steganography)" or use the keyboard shortcut CTRL+I to commence the process.</p>
Switching back to zuluCrypt, we click on "Create", "Encrypted Container Hidden In Video/Cover File (Steganography)" or use the keyboard shortcut CTRL+I to commence the process.
<img src="0.png" class="imgRz">
<screenshot>
<p>Observe and read the important message carefully then click "OK" when ready to continue</p>
Observe and read the important message carefully then click "OK" when ready to continue
<img src="3.png" class="imgRz">
<screenshot>
<p>We then select our mp4 cover file "night_of_the_living_dead_512kb.mp4" then set a container size and password as shown below.</p>
We then select our mp4 cover file "night_of_the_living_dead_512kb.mp4" then set a container size and password as shown below.
<pre><code class="nim">
/home/user/night_of_the_living_dead_512kb.mp4
397m
100
password
</code></pre>
<screenshot>
<img src="4.png" class="imgRz">
<p>After the volume has been created, zuluCrypt will automatically close the window and lead you back to the main screen.<br>
We can now open our container and add our secret documents archive.<br>
Click on "Open", "Volume Hosted In A File" or use the keyboard shortcut CTRL+Z</p>
<img src="5.png" class="imgRz">
</div>
</div><!-- /row -->