cryptomator portable 1.6.8
ryptomator portable app made with Lightdesk. Multi-platform transparent client-side encryption of your files in the cloud.
9
Download and install the latest portable setup where you want then run cryptomator-portable.exe.
If you have already installed Cryptomator from the original setup, move the following files :
%APPDATA%Cryptomator* to data
Then run cryptomator-portable.exe and remove Cryptomator from your computer.
Upgrade
For an upgrade, simply download and install the latest portable setup.
Configuration
Cryptomator portable can be configured through the main YAML configuration file :
app:
cleanup: true
cleanup : Cleanup leftover folders (default false)
Add vault
If you want a vault to be portabilized, you have to choose a storage location in data folder.
First create your vault and choose a Custom location to data/vault for example:
Now that your vault is created, close Cryptomator and open the file data/settings.json:
{
"directories": [
{
"id": "W90VJ1jNA_O4",
"path": "C:\tmp\cryptomator-portable\data\vault\myvault",
"mountName": "Vault",
...
}
],
...
}
Change the path to put the relative path to the storage:
{
"directories": [
{
"id": "W90VJ1jNA_O4",
"path": "../data/vault/myvault",
"mountName": "Vault",
...
}
],
...
}