No project description provided
Project description
Motivation
We cannot trust cloud providers but still want to use their services. We want to be able to easily mount
and umount
partitioned and encrypted binary files.
Configuration
- Configuration file should be named
.dropconfig
. - It should contain the fields bellow.
{
"repository":"./repository",
"devices": [
{
"name": "str",
"input": "./data",
"mount_point": "./mount"
}
]
}
repository
: this field contains a path to where all of the assembled binary files are going to be stored.name
: this field contains a name that is going to be used for assembled binary file.input
: this field contains where split binary files are located.mount_point
: this field contains a path to a folder on which the assemble and decrypted binary file is going to be mounted.
Example usage
$ drop generate-config
$ drop mount name_from_dropconfig
$ drop umount name_from_dropconfig
Commands
generate-config
is going to create a skeleton.dropconfig
file that is used by the drop command line.mount
is going to mount a devices withname_from_dropconfig
on the mount point defined in the.dropconfig
.umount
is to unmount a device withname_from_dropconfig
from the mount point defined in the.dropconfig
.
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
drop-cli-1.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file drop-cli-1.2.tar.gz
.
File metadata
- Download URL: drop-cli-1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83c9ec12892f5a2c52a48c9952756fbfcb946c013dd30fb251bc945f28920e3b |
|
MD5 | a83038837033142fc0ef0b56d8c6385c |
|
BLAKE2b-256 | 6f398c3199a5de5a6345b1076a6d77a158ae3ea13f9d14e16dbe530a2efeb989 |
File details
Details for the file drop_cli-1.2-py3-none-any.whl
.
File metadata
- Download URL: drop_cli-1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50b6ea340bd6ed05941a05d5951402904335d7a4e179523b238d27e873e957dd |
|
MD5 | 31f572ae4c3e6c62ee0790eea61fd48a |
|
BLAKE2b-256 | d7dd47adcc52a27e6351f2e36bb4e7630e4f0882e9a64defd6470f2aaf2effd3 |