Aetherinox / cryptomator

A modified version of Cryptomator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptomator

Build Known Vulnerabilities Quality Gate Status Twitter Crowdin Latest Release Community




About

Cryptomator offers multi-platform transparent client-side encryption of your files in the cloud.

Download native binaries of Cryptomator on cryptomator.org or clone and build Cryptomator using Maven (instructions below).




Features

  • Works with Dropbox, Google Drive, OneDrive, MEGA, pCloud, ownCloud, Nextcloud and any other cloud storage service which synchronizes with a local directory
  • Open Source means: No backdoors, control is better than trust
  • Client-side: No accounts, no data shared with any online service
  • Totally transparent: Just work on the virtual drive as if it were a USB flash drive
  • AES encryption with 256-bit key length
  • File names get encrypted
  • Folder structure gets obfuscated
  • Use as many vaults in your Dropbox as you want, each having individual passwords
  • Four thousand commits for the security of your data!! 🎉



Building

The following information explains how to build Cryptomator using Java JDK and Maven 3.


Download Dependencies


After installing the above dependencies, ensure you add the PATHS to your Environment Variables.

Run Maven

mvn clean install
# or mvn clean install -Pwin
# or mvn clean install -Pmac
# or mvn clean install -Plinux

This will build all JARs and bundle them together with their OS-specific dependencies under the target folder. This can now be used to build native packages.




License

This project is dual-licensed under the GPLv3 for FOSS projects as well as a commercial license for independent software vendors and resellers. If you want to modify this application under different conditions, feel free to contact our support team.

About

A modified version of Cryptomator

License:GNU General Public License v3.0


Languages

Language:Java 94.1%Language:CSS 5.8%Language:FreeMarker 0.2%