Crates.io | cryptsetup-rs |
lib.rs | cryptsetup-rs |
version | 0.3.2 |
source | src |
created_at | 2016-11-28 23:49:42.447305 |
updated_at | 2022-08-28 19:09:30.521345 |
description | Rust wrapper around the libcryptsetup library, allowing manipulation of LUKS devices in Linux |
homepage | https://gitlab.com/solidninja/cryptsetup-rs |
repository | https://gitlab.com/solidninja/cryptsetup-rs |
max_upload_size | |
id | 7401 |
size | 108,395 |
libcryptsetup
on LinuxA safe binding to libcryptsetup
that allows working with encrypted disks on Linux.
Requires libcryptetup >= 2.1.0
to compile.
Features:
Documentation for the bindings can be found on docs.rs.
The example luks_dump.rs
shows how a command like cryptsetup luksDump
can
be implemented.
The libcryptsetup-rs library provides a more complete set of bindings with a different (non-builder like) API.
cryptsetup-rs
is the work of its contributors and is a free software project licensed under the
LGPLv3 or later.
If you would like to contribute, please follow the C4 process.