TiloBox
Back to directory
CryFS project preview

CryFS

Cryptographic filesystem that encrypts your files specifically for cloud storage services.

LicenseLGPL-3.0
GitHub stars3.8k
Last commit5 days ago
Tags5 topics
Cloud Encryption ToolEncrypted FilesystemMetadata PrivacyZero Knowledge StorageSecurity
Overview

Why consider CryFS?

CryFS is an open-source cryptographic filesystem designed for cloud storage (Dropbox, iCloud, Google Drive). It encrypts not only file contents, but also file sizes, metadata, and directory tree structures, concealing all directory structures from cloud providers.

Guided learning

Learn CryFS by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of CryFS

CryFS creates encrypted vaults in Dropbox or Nextcloud that appear as ordinary folders on your local computer.

Quickstart

bash
1# Create and mount encrypted vault
2cryfs ~/Dropbox/encrypted_vault ~/mount_point

Enter a passphrase to mount the decrypted volume. Any files copied into ~/mount_point are chunked and encrypted into blocks before syncing to the cloud.

CryFS is licensed under the GNU Lesser General Public License v3.0.

Related tools

More options with a similar category or technology profile.

CryFS FAQs

CryFS is listed as a Security tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

CryFS is listed under the LGPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

CryFS is listed as an alternative to Boxcryptor. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.