Giter Club home page Giter Club logo

secfs's Introduction

Secfs

Secfs is a secure file system built on top of FUSE. When running, it will create a virtual folder where all the files will be stored encrypted.

For more information, please check the design document.

Requirements

  • Unix based OS. Developed and tested on Ubuntu 20.04 (macOS not supported)
  • Fuse3 (install with sudo apt install fuse3 on debian based systems)

Build

To build the software simply run make from the root directory. A binary under the name secfs will be created.

Run

Run example: ./secfs <data directory> <mount point>

  • Data directory is where all the encrypted binary data will be stored on disk.
  • Mount point is the directory where to mount the virtual decrypted folder.

First run

In the first run, you will be asked to create a unique password. This password will not be stored anywhere and meant to be secret. If you forget your password, you will lose access to all the encrypted files.

Stoping the software

There are two options to stop the software:

  1. Manually unmount the mounted secfs driver
  2. Stop the program runing in the terminal

After stopping the program, all files will remain encrypted and it will be impossible to read the data without running the software again.

secfs's People

Contributors

stasel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.