A fuse implementation of an encrypted view on a given directory.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file encviewfuse-0.3.0.post1.tar.gz
.
File metadata
- Download URL: encviewfuse-0.3.0.post1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 989379bb078a5e2d02216492d881469ffc5eaadd1cd3739830c309b1b19b8f74 |
|
MD5 | 22498275cfe7df461934fdab96f59647 |
|
BLAKE2b-256 | a0ae0c7c84437bfcf8d70390c8cd076870d10be19aa4f174af60fedbd4dde83f |