Hi.
Based on this information about the security architecture
dirPath := vaultRoot + '/d/' + substr(dirIdHash, 0, 2) + '/' + substr(dirIdHash, 2, 30)
Means: within the folder “d” of your vault, the next level are 2-digits folders, and the next are 30-digits folders.
Please note: this is only for the file path, not for the file names.
Please have a look at this description of name shortening
Based on this, cryptomator checks if the “encrypted” file name (cyphertextName) has more than 129 digits. If yes, a SHA1 Hash is generated from this. The output should not exceed 40-digits .
So, if you have loooooong folder/filenames, they will end up in something like this:
[Volume]:\your\path\to\the\vault \d\CD\S3B6KAWBFDOL2ZCIYWQKQXLK5RPE6V\DDHN3YAO26LBMJ6KMRAWK3TXM4QKVDZDXXXXXXXX.lng
the bold marked part is 81 digits. The other part of the path obviously depends on your setup.
It depends on the volume type you are using. (WebDAV or Dokany).
I made some testing with Windows 1809 in April. Here are my results: