These settings allow you to make use of application-specific drives.
The [CryptoDrive] section
Setting | Description |
---|---|
Use |
Set to 1 to specify that the [CryptoDrive] and [CryptoDrive?] section's settings are to be used. Set to 0 to specify that the [CryptoDrive] and [CryptoDrive?] section's settings are to be ignored. Defaults to 0, no fake drive usage. |
Path |
Some current configuration ini relative path which specifies the directory that will be treated as the home or base directory for all of the fake drives. This directory must already exist, and each used fake drive's root directory must also already exist. Defaults to ? |
The [CryptoDrive?] sections
Replace ? with the fake drive letter of your choice, A through Z. Make sure that the drive letter chosen is not already in use by the system. If it is, then the fake drive will not be created.
Setting | Description |
---|---|
DriveType |
Set to 0 for an "unknown" drive. (currently not supported) Set to 1 for a "no root dir" drive. (currently not supported) Set to 2 for a "removable" drive. (e.g., a usb drive) Set to 3 for a "fixed" drive. (e.g., a non-removable hard drive) Set to 4 for a "remote (lan)" drive. (currently not supported) Set to 5 for a "cdrom" drive. (currently not supported) Set to 6 for a "ramdisk" drive. (currently not supported) Defaults to "removable," 2. |
CryptType |
0 to leave the drive files unencrypted. 1 to use a "simple xor" algorithm to encrypt drive files. 2 to use a "RCA RS4" (better xor with a large repeat interval) algorithm to encrypt drive files. 3 to use a "Rijndael" algorithm to encrypt drive files. Defaults to 0. |
Serial# |
The serial number of the fake drive. Required. |
Password |
The passphrase to be used when encrypting drive files. Required if CryptType is non-zero and you don't want to be prompted for a passphrase when the application is started. |
Volume |
The volume name of the fake drive. Required. |
EncryptNames |
Currently not used. |
Path |
Some [CryptoDrive]Path relative path which specifies the fake drive's root directory. This directory must already exist. If this setting is omitted, by default a fake drive's root directory is the subdirectory of the [CryptoDrive]Path directory that matches the fake drive's drive letter. For example, when using a [CryptoDrive]Path value of ".\Drives" with a [CryptoDriveJ] fake drive that has no Path setting, the ".\Drives\J" path is used as the J: fake drive's root directory, relative to the ini's directory.
If this setting is entered, the fake drive's root directory becomes the concatenation of the ini's directory, the [CryptoDrive]Path setting, and the [CryptoDrive?]Path setting. For example, when using a [CryptoDrive]Path value of ".\" with a [CryptoDriveJ]Path value of "Drives\J", the ".\Drives\J" path is used as the J: fake drive's root directory, relative to the ini's directory. |