loggedfs VS securefs

Compare loggedfs vs securefs and see what are their differences.

securefs

Filesystem in userspace (FUSE) with transparent authenticated encryption (by netheril96)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
loggedfs securefs
2 6
110 704
- -
0.0 9.6
over 1 year ago 23 days ago
C++ C++
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

loggedfs

Posts with mentions or reviews of loggedfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-21.
  • What are the linux-audit and strace equivalents of the loggedfs file system monitoring commands?
    1 project | /r/unix | 11 May 2022
    Loggedfs is a userspace tool for monitoring file system access in a directory and after trying I realized that it impacts performance too much even though it doesn't require root permissions.
  • Git ls-files is Faster Than Fd and Find
    4 projects | news.ycombinator.com | 21 Nov 2021
    I'm absolutely not an expert, but I feel like log-structured filesystems (https://en.wikipedia.org/wiki/Log-structured_file_system) are a natural fit for this kind of things: an index "just" has to read the latest written entries.

    But if we're talking about the future, we're probably talking about btrfs and zfs, both of which have the internal machinery to give you a feed of "recently changed files" up to the beginning of the filesystem.

    While writing this answer I stumbled upon https://github.com/rflament/loggedfs which is probably a very nice solution to this problem.

securefs

Posts with mentions or reviews of securefs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-02.

What are some alternatives?

When comparing loggedfs and securefs you can also consider the following projects:

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at

cryfs - Cryptographic filesystem for the cloud

walkdir - Rust library for walking directories recursively.

rust-9p - Tokio-based asynchronous filesystems library using 9P2000.L protocol, an extended variant of 9P from Plan 9.

winfsp - Windows File System Proxy - FUSE for Windows

mergerfs - a featureful union filesystem

DroidFS - Encrypted overlay filesystems implementation for Android. Also available on gitea: https://forge.chapril.org/hardcoresushi/DroidFS

walk - Plan 9 style utilities to replace find(1)

sshfs-win - SSHFS For Windows

s3fs-fuse - FUSE-based file system backed by Amazon S3

HElib - HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.