Skip to main content

Storage encryption through LUKS

Project description

fastluks

Python scripts for storage encryption through LUKS. Converted into a python package from fast-luks and luksctl

For this package to work properly, both the installation and usage procedure must be run as superuser either in an Ubuntu or CentOS machine.

Installation

The procedure to setup a virtual environment and install the package on CentOS is the following:

yum install -y python3
python3 -m venv venv
. venv/bin/activate
pip install fastluks

To do the same on Ubuntu:

apt-get update
apt-get install -y python3 python3-pip python3-venv
python3 -m venv venv
. venv/bin/activate
pip install fastluks

Usage: fastluks

To perform encryption and volume setup with default parameters, the fastluks command can be used inside the virtual environment:

fastluks

The encryption passphrase can be stored locally and/or on Hashicorp Vault.

  • To store the passphrase locally:
fastluks --save-passphrase-locally
  • To store the passphrase on Vault, the flag --vault must be used with the required arguments specified:
fastluks --vault --vault-url url --wrapping-token token --secret-path path --user-key key

Usage: luksctl

In order to manage a volume encrypted with fastluks, the command luksctl can be used from the command line:

# Display volume status
luksctl status

# Open encrypted volume
luksctl open

# Close encrypted volume
luksctl close

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

fastluks-0.0.32.tar.gz (27.9 kB view details)

Uploaded Source

Built Distribution

fastluks-0.0.32-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

Details for the file fastluks-0.0.32.tar.gz.

File metadata

  • Download URL: fastluks-0.0.32.tar.gz
  • Upload date:
  • Size: 27.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for fastluks-0.0.32.tar.gz
Algorithm Hash digest
SHA256 c903d882375be39521d1fc122923c5df0f78ce707fb724684dfc9e971f268cc3
MD5 fe94748cfd685a4c73ac285589e30a81
BLAKE2b-256 7e32dc05b97d4d50d6a09e5b7d676804c82153b40b37489b9ba4d38a72bf2bb9

See more details on using hashes here.

File details

Details for the file fastluks-0.0.32-py3-none-any.whl.

File metadata

  • Download URL: fastluks-0.0.32-py3-none-any.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for fastluks-0.0.32-py3-none-any.whl
Algorithm Hash digest
SHA256 a8f5b6c094a3ae9df2e814f5489caf9e42dc3619795dee0b43ec7ec969c484ff
MD5 e1a8e06901b260a7bdea73613aac8b1c
BLAKE2b-256 55246489a7cc335032cf1f941656a5022e63860ac53217e43de4e90716993fae

See more details on using hashes here.

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