Cryptomator 1.10.0 Release

We’re happy to announce the release of Cryptomator 1.10.0. 🎉 Let’s dive into what this new release has to offer!


This is a companion discussion topic for the original entry at https://cryptomator.org/blog/2023/09/13/release-1.10.0
2 Likes

Hey and Yay! Thanks a lot.

I was wondering if there’s a .deb file?

Thanks a lot!

I’m not sure why it went missing but it should be there now! Thank you for pointing this out! :smile:

1 Like

Super! And finally the tray icon in Mint Cinnamon is looking fine and no more quitting by accident on right clicks. Love it!

1 Like

What is the valid lowest safe value for the “maximum length of encrypted file names” setting? Can it be e.g. 50 or even lower or will that create file name “collisions” of some sort?

The lowest value possible is 36. Lower doesn’t make much sense because name shortening has a certain length as well and very short encrypted names are even shorter than that.

Name shortening doesn’t create file name collisions or anything like that, but it has an added complexity. To give you an example, let’s encrypt the filename /WELCOME.rtf.

Without name shortening, it looks like this:

/Vault1/d/NS/PD7UFHAG52Z4KWOSZ4VXBKAKWWLTM5/G933ZCZNlkkwOeVwjsVYhUU-gN6yD5xiVL2tD4Nk.c9r

With name shortening, it looks like this:

/Vault2/d/ML/BBTUYQC7CFW7PVWYPVNUU7RK4GVE7S/dpnwpVmcwPGJ9wmvwjsmacgYXMQ=.c9s/contents.c9r
/Vault2/d/ML/BBTUYQC7CFW7PVWYPVNUU7RK4GVE7S/dpnwpVmcwPGJ9wmvwjsmacgYXMQ=.c9s/name.c9s

As you can see, for name shortening, we need two files. One with the actual content and one with the name, which includes the long name after decryption.

2 Likes

Thanks a lot for providing aarch64 support! I appreciate that very much.