When generating a new vault/opening cryptomator, our firewall notifies us oft he follwing:
Cryptomator.exe is trying to contact 185.170.112.120 (TCP, port 443)
Cryptomator then contacts 127.0.0.1 (TCP, port 55536)
Cryptomator then contacts 127.0.0.1 (TCP, port 55566, 55602, 55618,56208,56251,56271 as well as 56278 and so forth)
As you correctly advertise “No backdoors, no registration”, many users would appreciate if you could explain why these (especially external) IP(s) (i.e. 185.170.112.120) are contacted.
It would be great if you could precisely elaborate on this, because -after all- the aim of using cryptomator is to secure data
Thanks a lot.
You can deactivate the update checker in the settings.
I’m honestly not exactly sure about the other ports because the default port for the localhost WebDAV connection should be 42427, see cryptomator/common/settings/Settings.java#L31.
The only thing that I can think of right now is that the InterProcessCommunicator may cause these warnings. It’s there to check if another instance of Cryptomator is running. But I always assumed that the port is actually a file. Maybe @overheadhunter knows more about that.