Cryptomator

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Cryptomator

#1 Post 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/
Last edited by labbe5 on Mon 30 Sep 2019, 12:51, edited 2 times in total.

labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

cryptomator

#2 Post 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.

User avatar
soniabu
Posts: 162
Joined: Thu 01 Feb 2018, 21:24
Location: Paris

cryptomator v. 1.4.0

#3 Post 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.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

Re: cryptomator

#4 Post 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?

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Re: cryptomator

#5 Post 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.

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#6 Post 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?

Post Reply