cryptsetup
Tool to setup encrypted devices with dm-crypt
homepage ↗ cpe: cpe:/a:cryptsetup_project:cryptsetup gitlab: cryptsetup/cryptsetup
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 2.8.7 | 5 | 13 h | details › |
| rion GitHub ↗ | 2.7.1 | 1 | 18 d | details › |
| konsolebox GitHub ↗ | 2.7.5 | 3 | 50 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | hppa | loong | mips | ppc | s390 | sparc | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.8.7 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | alpha testing | arm testing | hppa untested | loong testing | mips untested | ppc testing | s390 testing | sparc testing | — | view · download · history ↗ |
| 2.8.6-r2 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa untested | loong testing | mips untested | ppc stable | s390 testing | sparc testing | — | view · download · history ↗ |
| 2.8.6-r1 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | mips testing | ppc stable | s390 testing | sparc testing | — | view · download · history ↗ |
| 2.8.4 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | mips testing | ppc stable | s390 testing | sparc testing | — | view · download · history ↗ |
| 2.8.3-r1 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | loong testing | mips testing | ppc stable | s390 testing | sparc testing | — | view · download · history ↗ |
| 2.7.5 ≈ | konsolebox | amd64 untested | arm64 untested | x86 untested | ppc64 untested | riscv untested | alpha untested | arm untested | hppa untested | loong untested | mips untested | ppc untested | s390 untested | sparc untested | 22 mo | view · download · history ↗ |
| 2.7.1 ≈ | rion | amd64 untested | arm64 untested | x86 untested | ppc64 untested | riscv untested | alpha untested | arm untested | hppa untested | loong untested | mips untested | ppc untested | s390 untested | sparc untested | 21 mo | view · download · history ↗ |
| 2.4.3-r2 ≈ | konsolebox | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | alpha testing | arm testing | hppa testing | loong untested | mips testing | ppc testing | s390 testing | sparc testing | 22 mo | view · download · history ↗ |
| 2.4.1-r2 ≈ | konsolebox | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | alpha testing | arm testing | hppa testing | loong untested | mips testing | ppc testing | s390 testing | sparc testing | 22 mo | view · download · history ↗ |
Use flags of 2.8.7
- gcrypt Use dev-libs/libgcrypt crypto backend
- kernel Use kernel crypto backend (mainly for embedded systems)
- nettle Use dev-libs/nettle crypto backend
- +openssl Use dev-libs/openssl crypto backend
- +argon2 Enable password hashing algorithm from app-crypt/argon2
- fips Enable FIPS mode restrictions
- nls Add Native Language Support (using gettext - GNU locale utilities)
- pwquality Use dev-libs/libpwquality for password quality checking
- passwdqc Use sys-auth/passwdqc for password quality checking
- ssh Build cryptsetup-ssh for experimental support of token via SSH-server
- static !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
- static-libs Build static versions of dynamic libraries as well
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- +udev Enable virtual/udev integration (device discovery, power and storage device support, etc)
- urandom Use /dev/urandom instead of /dev/random
- verify-sig Verify upstream signatures on distfiles
Runtime dependencies of 2.8.7
show 60 lines
static-libs?
(
argon2?
(
)
gcrypt?
(
)
nettle?
(
)
openssl?
(
)
pwquality?
(
)
passwdqc?
(
)
ssh?
(
)
)
argon2?
(
)
gcrypt?
(
)
nettle?
(
)
openssl?
(
)
pwquality?
(
)
passwdqc?
(
)
ssh?
(
)
udev?
(
)