Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.28 KB

Build Status

Cryptomator CLI version

This is a minimal command line program which unlocks vaults, which can then be accessed via an embedded WebDAV server.

Disclaimer

This project is in an early stage and not ready for production use. We recommend to use it only for testing and evaluation purposes.

Download and Usage

Download the jar file via GitHub Releases

Cryptomator CLI depends on a Java 8 JRE. In addition the JCE unlimited strength policy files (needed for 256-bit keys) must be installed.

java -jar cryptomator-cli-x.y.z.jar \
    --vault demoVault=/path/to/vault --password demoVault=topSecret \
    --vault otherVault=/path/to/differentVault --passwordfile otherVault=/path/to/fileWithPassword \
    --bind 0.0.0.0 --port 8080
# you can now mount http://localhost:8080/demoVault/

License

This project is dual-licensed under the AGPLv3 for FOSS projects as well as a commercial license derived from the LGPL for independent software vendors and resellers. If you want to use this library in applications, that are not licensed under the AGPL, feel free to contact our support team.