Skip to main content

A fuse implementation of an encrypted view on a given directory.

Project description

https://secure.travis-ci.org/seiferma/encviewfuse.png

Description

encviewfuse is a fuse filesystem that provides an encrypted view on a given directory. You can use it in conjunction with usual backup software without the requirement to save the files encrypted or provide additional space.

Installation

The file system is available for Python 3 via pypi (encviewfuse.fuse).

Usage

encviewfuse_fs <source directory> <mount point> -o secret=<secret>,fileSalt=<fileSalt>,filenameSalt=<filenameSalt>

Option Value

Meaning

source directory

The directory containing the files to be encrypted

mount point

The mount point for the encrypted view

secret

The secret used for the encryption

fileSalt

The id of the file salt provider (filename | mtime)

filenameSalt

The id of the filename salt provider (filename | mtime)

Instead of the secret option, you can also use the secretfile option to specify a file containing the secret.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

encviewfuse-0.3.0.post1.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page