utahfs

UtahFS is an encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage.

  • 所有者: cloudflare/utahfs
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

UtahFS

UtahFS is a state-of-the art encrypted storage solution, meant to be similar to
Dropbox. It has a FUSE binding that creates a synthetic drive on the user's
computer that they can interact with like an external hard-drive. Files stored
in the drive are uploaded to a cloud storage provider, which means the drive
will never run out of space and minimizes the likelihood of any files being
lost. However the files are encrypted such that the cloud storage provider knows
almost nothing about what's being stored.

Features

  1. Interchangeable Storage Providers. For storing data in the cloud, UtahFS
    uses Object Storage, which is cheap and commodified. Example providers
    include: AWS S3, Google Cloud Storage, Backblaze B2, and Wasabi.
  2. Very Very Strong Encryption. The method of encryption hides the number of
    files, file names, file contents, individual file size, and prevents any
    modifications (including rollbacks!). The only information which is clearly
    leaked is the maximum archive size: archives grow to fit new data, but won't
    shrink if that data is deleted. Instead, that space is left allocated and
    will be re-used if needed in the future.
  3. Local Hardware allows Multiple Users and Improved Performance. If the
    user has server-like hardware on their LAN (Rasberry Pi / Intel NUC), this
    can be used to coordinate multiple users operating in the same archive. It
    can also dramatically improve the performance of uploads, because a user can
    upload large amounts of already-encrypted data to the server over the fast
    local network, and let the server take over the much slower upload to the
    cloud provider.
  4. Archive Mode. The client can be configured to guard against deleting or
    overwriting existing files, while still allowing new files to be created and
    old files to be moved around. This helps protect against accidental data
    loss.
  5. Oblivious RAM (ORAM). ORAM can be used to hide the access pattern of
    data from the cloud storage provider, so the provider only sees the amount
    data is accessed. (Access pattern: Which pieces of data are being accessed,
    and whether the access was a read or write.)

How to Use

Setup documentation can be found in the docs/ folder.

Future Work

  1. Reliability strategies for the WAL. Changes are buffered in a local
    Write-Ahead Log (WAL) before being sent to the cloud storage provider. If the
    disk that the WAL is stored on fails, it could become very difficult to
    return the archive to a usable, partially-regressed state.

主要指标

概览
名称与所有者cloudflare/utahfs
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2020-06-08 15:41:57
推送于2024-09-26 15:08:04
最后一次提交2024-09-19 21:54:31
发布数1
最新版本名称v1.0 (发布于 )
第一版名称v1.0 (发布于 )
用户参与
星数821
关注者数26
派生数48
提交数181
已启用问题?
问题数34
打开的问题数10
拉请求数8
打开的拉请求数4
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?