<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/proxycrypt/doc/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 11 Jun 2025 10:35:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/proxycrypt/doc/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -2,31 +2,29 @@

 -----

-If you need to create encrypted spaces which can be partitioned like an ordinary hard drive, ProxyCrypt is also compatible with Arsenal Image Mounter. The [driver](https://github.com/ArsenalRecon/Arsenal-Image-Mounter/blob/master/DriverSetup/ArsenalImageMounterGUISetup.exe?raw=true), aimapi.dll and imdisk.cpl that are packed [here](https://github.com/ArsenalRecon/Arsenal-Image-Mounter/blob/master/Command%20line%20applications/aim_ll.zip?raw=true) are required.
-
 A complete ready-to-use GUI has been released by another developer. See [here](/projects/proxycryptgui/) for more information.

-Upgrading to version 2? See the changelog and details [here](/p/proxycrypt/discussion/general/thread/590e8cb5/).
+Upgrading to version 3? See the details [here](/p/proxycrypt/discussion/general/thread/524a0225ca/).

 -----

 **Example of use:**
 Here, we will see how to create a file where its entire content will be encrypted. This content will be directly accessed through a drive letter.

-After downloading the [full package](https://sourceforge.net/projects/proxycrypt/files/latest/download), extract from the zip file the appropriate executable (for example, use ProxyCrypt64avx.exe if you use a 64-bit system and your CPU has the AVX instructions), and the 3 imdisk.* files.
-Open a command prompt with administrative privileges, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
-`ProxyCrypt64.exe -f test -c 100M`
+After downloading the [full package](/p/proxycrypt/files/latest/download), extract from the zip file the appropriate executable (for example, use ProxyCrypt_avx.exe if your CPU has the AVX instructions), and all the other files.
+Open a command prompt with administrative privileges, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt_avx.exe) :
+`ProxyCrypt_avx.exe X: -f test -c 100M`
 This command creates a 100MB file, named "test", in the current directory.
 Next, enter 0 to use all space available in the created file, 1 to select AES, and 1 to select Whirlpool.
 Now, enter a password (this one has to be entered 2 times). No need to choose a complicated one, since this is just a test.

-The volume is now created and can be formated. If you are using Windows Vista or later, you should be automatically prompted to do that. For better security, do not use quick format (unless to use -cr instead of -c).
+The volume is now created and can be formated. For better security, do not use quick format (unless to use -cr instead of -c).

 You can now use this new volume like a normal drive: copy files and folders, open them with any software... All data are automatically and immediately encrypted or decrypted, depending of what you are doing on this volume.
-Once you are done, you can dismount the volume. Run imdisk.cpl *with administrative privileges*, select your drive in the list and then click on "Remove".
+Once you are done, you can dismount the volume. In another elevated command prompt, run the following command: `aim_ll.exe -D -m X:`

 Next time, to mount this volume, enter the following command:
-`ProxyCrypt64.exe -f test`
+`ProxyCrypt_avx.exe -f test`
 Enter your password, and the volume will be mounted with all the data you have previously written in.

 About the command prompt, please note that this is not possible to retrieve the prompt for other commands. So, you can keep this window to check possible error messages, or close it: in this case, ProxyCrypt will continue to work in the background as long as the volume is mounted.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Wed, 11 Jun 2025 10:35:30 -0000</pubDate><guid>https://sourceforge.netc3d47d71a65cc150410437051569f58640ae4077</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,13 +1,14 @@
+Use ProxyCrypt without argument to get [syntax help](/p/proxycrypt/doc/Syntax/).
+
+-----
+
 If you need to create encrypted spaces which can be partitioned like an ordinary hard drive, ProxyCrypt is also compatible with Arsenal Image Mounter. The [driver](https://github.com/ArsenalRecon/Arsenal-Image-Mounter/blob/master/DriverSetup/ArsenalImageMounterGUISetup.exe?raw=true), aimapi.dll and imdisk.cpl that are packed [here](https://github.com/ArsenalRecon/Arsenal-Image-Mounter/blob/master/Command%20line%20applications/aim_ll.zip?raw=true) are required.

 A complete ready-to-use GUI has been released by another developer. See [here](/projects/proxycryptgui/) for more information.

 Upgrading to version 2? See the changelog and details [here](/p/proxycrypt/discussion/general/thread/590e8cb5/).

-
 -----
-
-

 **Example of use:**
 Here, we will see how to create a file where its entire content will be encrypted. This content will be directly accessed through a drive letter.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Mon, 16 Jan 2023 09:33:52 -0000</pubDate><guid>https://sourceforge.nete5647abbd4d1ae15392ac528a7c38256b292b040</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -22,7 +22,7 @@
 The volume is now created and can be formated. If you are using Windows Vista or later, you should be automatically prompted to do that. For better security, do not use quick format (unless to use -cr instead of -c).

 You can now use this new volume like a normal drive: copy files and folders, open them with any software... All data are automatically and immediately encrypted or decrypted, depending of what you are doing on this volume.
-Once you are done, you can dismount the volume. Run imdisk.cpl, select your drive in the list and then click on "Remove".
+Once you are done, you can dismount the volume. Run imdisk.cpl *with administrative privileges*, select your drive in the list and then click on "Remove".

 Next time, to mount this volume, enter the following command:
 `ProxyCrypt64.exe -f test`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Sun, 13 Oct 2019 15:17:12 -0000</pubDate><guid>https://sourceforge.net50c544d4eaa1e9a043d98da4d8ad1e0b9492fcc9</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -12,7 +12,7 @@
 **Example of use:**
 Here, we will see how to create a file where its entire content will be encrypted. This content will be directly accessed through a drive letter.

-After downloading the [full package](https://sourceforge.net/projects/proxycrypt/files/latest/download), extract from the zip file the appropriate executable (for example, use ProxyCrypt64avx.exe if you use a 64-bit system and your CPU has the AVX instructions).
+After downloading the [full package](https://sourceforge.net/projects/proxycrypt/files/latest/download), extract from the zip file the appropriate executable (for example, use ProxyCrypt64avx.exe if you use a 64-bit system and your CPU has the AVX instructions), and the 3 imdisk.* files.
 Open a command prompt with administrative privileges, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
 `ProxyCrypt64.exe -f test -c 100M`
 This command creates a 100MB file, named "test", in the current directory.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Tue, 09 Jul 2019 15:34:52 -0000</pubDate><guid>https://sourceforge.net466f6404d2f2e2a37e9fd37873a518f4a5b5afcc</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -12,7 +12,7 @@
 **Example of use:**
 Here, we will see how to create a file where its entire content will be encrypted. This content will be directly accessed through a drive letter.

-First, download and install the [ImDisk Virtual Disk Driver](http://www.ltr-data.se/opencode.html/#ImDisk). Extract from the zip file the appropriate executable (for example, use ProxyCrypt64avx.exe if you use a 64-bit system and your CPU has the AVX instructions).
+After downloading the [full package](https://sourceforge.net/projects/proxycrypt/files/latest/download), extract from the zip file the appropriate executable (for example, use ProxyCrypt64avx.exe if you use a 64-bit system and your CPU has the AVX instructions).
 Open a command prompt with administrative privileges, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
 `ProxyCrypt64.exe -f test -c 100M`
 This command creates a 100MB file, named "test", in the current directory.
@@ -22,7 +22,7 @@
 The volume is now created and can be formated. If you are using Windows Vista or later, you should be automatically prompted to do that. For better security, do not use quick format (unless to use -cr instead of -c).

 You can now use this new volume like a normal drive: copy files and folders, open them with any software... All data are automatically and immediately encrypted or decrypted, depending of what you are doing on this volume.
-Once you are done, you can dismount the volume. Simply right-click on the drive letter in Explorer, and choose "Unmount ImDisk Virtual Disk".
+Once you are done, you can dismount the volume. Run imdisk.cpl, select your drive in the list and then click on "Remove".

 Next time, to mount this volume, enter the following command:
 `ProxyCrypt64.exe -f test`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Tue, 09 Jul 2019 15:32:39 -0000</pubDate><guid>https://sourceforge.netbc40e052cfe4c2fc01b5153f48146c159176d815</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,6 +1,6 @@
 If you need to create encrypted spaces which can be partitioned like an ordinary hard drive, ProxyCrypt is also compatible with Arsenal Image Mounter. The [driver](https://github.com/ArsenalRecon/Arsenal-Image-Mounter/blob/master/DriverSetup/ArsenalImageMounterGUISetup.exe?raw=true), aimapi.dll and imdisk.cpl that are packed [here](https://github.com/ArsenalRecon/Arsenal-Image-Mounter/blob/master/Command%20line%20applications/aim_ll.zip?raw=true) are required.

-A complete ready-to-use GUI has been released by another developer. See [here](http://reboot.pro/files/file/537-proxycryptgui/) for more information.
+A complete ready-to-use GUI has been released by another developer. See [here](/projects/proxycryptgui/) for more information.

 Upgrading to version 2? See the changelog and details [here](/p/proxycrypt/discussion/general/thread/590e8cb5/).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Fri, 12 Aug 2016 21:02:57 -0000</pubDate><guid>https://sourceforge.net7b208a932c73c6f4faafbb7a1e9efdbf4f189a9d</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -12,7 +12,7 @@
 **Example of use:**
 Here, we will see how to create a file where its entire content will be encrypted. This content will be directly accessed through a drive letter.

-First, download and install the [ImDisk Virtual Disk Driver](http://www.ltr-data.se/opencode.html/#ImDisk). Get the appropriate version of ProxyCrypt: ProxyCrypt64.exe if you are using a 64-bit system, ProxyCrypt32.exe otherwise.
+First, download and install the [ImDisk Virtual Disk Driver](http://www.ltr-data.se/opencode.html/#ImDisk). Extract from the zip file the appropriate executable (for example, use ProxyCrypt64avx.exe if you use a 64-bit system and your CPU has the AVX instructions).
 Open a command prompt with administrative privileges, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
 `ProxyCrypt64.exe -f test -c 100M`
 This command creates a 100MB file, named "test", in the current directory.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Tue, 02 Aug 2016 11:40:08 -0000</pubDate><guid>https://sourceforge.netd6658106ce5e95e5cc261163ee321014a0508800</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -13,7 +13,7 @@
 Here, we will see how to create a file where its entire content will be encrypted. This content will be directly accessed through a drive letter.

 First, download and install the [ImDisk Virtual Disk Driver](http://www.ltr-data.se/opencode.html/#ImDisk). Get the appropriate version of ProxyCrypt: ProxyCrypt64.exe if you are using a 64-bit system, ProxyCrypt32.exe otherwise.
-Open a command prompt with administrative privilege, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
+Open a command prompt with administrative privileges, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
 `ProxyCrypt64.exe -f test -c 100M`
 This command creates a 100MB file, named "test", in the current directory.
 Next, enter 0 to use all space available in the created file, 1 to select AES, and 1 to select Whirlpool.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Sun, 10 Jul 2016 09:01:22 -0000</pubDate><guid>https://sourceforge.netae9a45e6370bbc2b731a3e7633c1fcebc28b968d</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -12,7 +12,7 @@
 **Example of use:**
 Here, we will see how to create a file where its entire content will be encrypted. This content will be directly accessed through a drive letter.

-First, download and install the ImDisk Virtual Disk Driver. Get the appropriate version of ProxyCrypt: ProxyCrypt64.exe if you are using a 64-bit system, ProxyCrypt32.exe otherwise.
+First, download and install the [ImDisk Virtual Disk Driver](http://www.ltr-data.se/opencode.html/#ImDisk). Get the appropriate version of ProxyCrypt: ProxyCrypt64.exe if you are using a 64-bit system, ProxyCrypt32.exe otherwise.
 Open a command prompt with administrative privilege, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
 `ProxyCrypt64.exe -f test -c 100M`
 This command creates a 100MB file, named "test", in the current directory.
@@ -22,7 +22,7 @@
 The volume is now created and can be formated. If you are using Windows Vista or later, you should be automatically prompted to do that. For better security, do not use quick format (unless to use -cr instead of -c).

 You can now use this new volume like a normal drive: copy files and folders, open them with any software... All data are automatically and immediately encrypted or decrypted, depending of what you are doing on this volume.
-Once you are done, you can dismount the volume. Simply right-click on the drive letter in Explorer, and choose "`Unmount ImDisk Virtual Disk"`.
+Once you are done, you can dismount the volume. Simply right-click on the drive letter in Explorer, and choose "Unmount ImDisk Virtual Disk".

 Next time, to mount this volume, enter the following command:
 `ProxyCrypt64.exe -f test`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Sun, 10 Jul 2016 08:59:33 -0000</pubDate><guid>https://sourceforge.net90d94fbd00a6feaaf553047215f319d5ab925177</guid></item><item><title>Home modified by v77</title><link>https://sourceforge.net/p/proxycrypt/doc/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -14,18 +14,18 @@

 First, download and install the ImDisk Virtual Disk Driver. Get the appropriate version of ProxyCrypt: ProxyCrypt64.exe if you are using a 64-bit system, ProxyCrypt32.exe otherwise.
 Open a command prompt with administrative privilege, go to the folder where ProxyCrypt is located, and enter the following command (here, we assume you are using ProxyCrypt64.exe) :
-ProxyCrypt64.exe -f test -c 100M
+`ProxyCrypt64.exe -f test -c 100M`
 This command creates a 100MB file, named "test", in the current directory.
 Next, enter 0 to use all space available in the created file, 1 to select AES, and 1 to select Whirlpool.
 Now, enter a password (this one has to be entered 2 times). No need to choose a complicated one, since this is just a test.

-The volume is now created and can be formated. If you are using Windows Vista or later, you should be automatically prompted to do that. For better security, do not use quick format.
+The volume is now created and can be formated. If you are using Windows Vista or later, you should be automatically prompted to do that. For better security, do not use quick format (unless to use -cr instead of -c).

 You can now use this new volume like a normal drive: copy files and folders, open them with any software... All data are automatically and immediately encrypted or decrypted, depending of what you are doing on this volume.
-Once you are done, you can dismount the volume. Simply right-click on the drive letter in Explorer, and choose "Unmount ImDisk Virtual Disk".
+Once you are done, you can dismount the volume. Simply right-click on the drive letter in Explorer, and choose "`Unmount ImDisk Virtual Disk"`.

 Next time, to mount this volume, enter the following command:
-ProxyCrypt64.exe -f test
+`ProxyCrypt64.exe -f test`
 Enter your password, and the volume will be mounted with all the data you have previously written in.

 About the command prompt, please note that this is not possible to retrieve the prompt for other commands. So, you can keep this window to check possible error messages, or close it: in this case, ProxyCrypt will continue to work in the background as long as the volume is mounted.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v77</dc:creator><pubDate>Sun, 10 Jul 2016 08:57:17 -0000</pubDate><guid>https://sourceforge.net0952e2eeca300b2acf3ad202b423c99cd32aca6d</guid></item></channel></rss>