Scroll to navigation

LUKSDEINFO(1) General Commands Manual LUKSDEINFO(1)

NAME

luksdeinfodetermines information about a Linux Unified Key Setup (LUKS) volume

SYNOPSIS

luksdeinfo [-k key] [-o offset] [-p password] [-huvV] source

DESCRIPTION

luksdeinfo is a utility to determine information about a Linux Unified Key Setup (LUKS) volume

luksdeinfo is part of the libluksde package. libluksde is a library to access the Linux Unified Key Setup (LUKS) Disk Encryption format

source is the source volume.

The options are as follows:

shows this help
key
specify the key formatted in base16
offset
specify the volume offset in bytes
password
specify the password (or passphrase)
unattended mode (disables user interaction)
verbose output to stderr
print version

ENVIRONMENT

None

FILES

None

EXAMPLES

# luksdeinfo -p Password /dev/sda1
luksdeinfo 20130704

Linux Unified Key Setup Disk Encryption information:
	Encryption method:		AES 128-bit

DIAGNOSTICS

Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.

SEE ALSO

luksdemount(1)

AUTHORS

Joachim Metz <joachim.metz@gmail.com>

BUGS

Please report bugs of any kind on the project issue tracker: https://github.com/libyal/libluksde/issues

COPYRIGHT

Copyright (C) 2013-2026, Joachim Metz <joachim.metz@gmail.com>.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

June 26, 2026 Linux 6.12.0-160000.37-default