Page 1 of 1

Cryptomator

Posted: Mon 02 May 2016, 16:24
by labbe5
https://github.com/cryptomator/cryptomator

This app, Cryptomator, will enable you to encrypt your files on the cloud, as users of Dropbox, Google Drive, Mega, etc.

A .deb file is available for 64bit Ubuntu/Debian, as well as a jar executable.
AppImage : https://dl.bintray.com/cryptomator/cryp ... 4.AppImage

Further reading :
How to install and use the Cryptomator encryption tool
https://www.techrepublic.com/article/ho ... tion-tool/

cryptomator

Posted: Wed 16 Aug 2017, 14:45
by labbe5
Cryptomator is very user-friendly. Even a newbie can easily understand how to install and use it in few attempts.

Cryptomator is a free, open source, lightweight and multi-platform client-side encryption tool for your Cloud data. It uses Advanced Encryption Standard (AES) method to encrypt your data. And, Your passphrase is protected against brute-force attacks using scrypt, a password-based key derivation function.

Award :
Cryptomator has won the special award for usable security and privacy at CeBIT 2016.

Cryptomator saves your sensitive data in a virtual drive called Vaults. You can use this drive like using a regular USB flash drive or hard disk drive. Anything you put in the vault will be encrypted and secured with a passphrase. Cryptomator encrypts all data you put in the drive on-the-fly. You can store these vaults in your local hard drive, or Cloud, or any external hdd or USB drive of your convenience.

For Dog users, a PPA is available for latest version (Ubuntu from 15.04 onwards) :
sudo add-apt-repository ppa:sebastian-stenzel/cryptomator
sudo apt-get update
sudo apt-get install cryptomator

But a .deb file is also available for older Ubuntu/Debian-based OS :
https://cryptomator.org/downloads/#linuxDownload

An executable .jar file is also available (it requires JRE8).

Full review :
https://www.ostechnix.com/cryptomator-o ... ool-cloud/

Final note :
Unable to have it installed, using an Ubuntu 16 derivative (WattOS), either with PPA or .deb file on an older Ubuntu 14 derivative (Mintpup). It may be caused by broken packages. Let us know if you got it installed.

cryptomator v. 1.4.0

Posted: Wed 14 Nov 2018, 19:03
by soniabu
I just installed the sw on xenialpup 7.5 following the download instructions on cryptomator.org.
It works correctly. The only thing that the sw seems to requires that the folder is created in root, named Cryptomator; otherwise it reports a search error that is not invalidating the whole process. That is, I create the folder not in root but in another directory, the product works the same but reports that in root / Cryptomator does not find the specified folder.
that' all.

Re: cryptomator

Posted: Thu 15 Nov 2018, 01:27
by Flash
labbe5 wrote:...This app, Cryptomator, will enable you to encrypt your files on the cloud, as users of Dropbox, Google Drive, Mega, etc. ...
What do Google Drive, Dropbox, etc., say about using their websites to share encrypted files?

Re: cryptomator

Posted: Thu 15 Nov 2018, 05:49
by s243a
Flash wrote:
labbe5 wrote:...This app, Cryptomator, will enable you to encrypt your files on the cloud, as users of Dropbox, Google Drive, Mega, etc. ...
What do Google Drive, Dropbox, etc., say about using their websites to share encrypted files?
Dropbox's terms of service say nothing about putting encrypted files on their service:

https://www.dropbox.com/terms2016

It does say stuff about illegal content but if you encrypt your files then you have a reasonable expectation of privacy. If you tell a bunch of people that you are storing illegal content on dropbox with encryption then there might be probable cause for a warrant.

Posted: Thu 15 Nov 2018, 05:57
by s243a
I notice that this is java based. Some observations:
1. Java might not work well on android,
2. Java cryptology often has jurisdictional polices. Will the download from github come with the policies that give the strongest encryption or will one have to figure out how to set up the correct jurisdictional policy?