securefs is a filesystem in userspace (FUSE) with transparent encryption (when writing) and decryption (when reading).
securefs mounts a regular directory onto a mount point. The mount point appears as a regular filesystem, where one can read/write/create files, directories and symbolic links. The underlying directory will be automatically updated to contain the encrypted and authenticated contents.
securefs is free and open source software.
Key Features
- Authenticated encryption (hence secure against chosen ciphertext attacks).
- Probabilistic encryption (hence provides semantical security).
- Efficient cloud synchronization (not a single preallocated file as container).
- File contents:
- Uses GCM for encryption and integrity.
- File names:
- Uses AES-SIV for encryption.
- Cross-platform support – runs under Linux, BSD, macOS, and Windows.
Website: github.com/netheril96/securefs
Support:
Developer: Siyuan Ren
License: MIT License
securefs is written in C++. Learn C++ with our recommended free books and free tutorials.
Related Software
| Encrypted FUSE-based file systems | |
|---|---|
| Cryptomator | Multi-platform transparent client-side encryption of files in the cloud |
| gocryptfs | Encrypted overlay filesystem written in Go |
| CryFS | Cryptographic filesystem for the cloud |
| securefs | Authenticated and probabilistic encryption with efficient cloud synchronization |
| EncFS | Encrypted filesystem in user-space |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

