logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

luksdeinfo — determines information about a Linux Unified Key Setup (LUKS) Disk Encryption volume

Author

       These man pages were written by Joachim Metz.

Bugs

       Please  report  bugs  of  any   kind   to   <joachim.metz@gmail.com>   or   on   the   project   website:
       https://github.com/libyal/libluksde/

Description

luksdeinfo  is  a utility to determine information about a Linux Unified Key Setup (LUKS) Disk Encryption
       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 file.

       The options are as follows:

       -h      shows this help

       -kkey  specify the volume master key formatted in base16

       -ooffset
               specify the volume offset

       fl p password
               specify the password

       -u      unattended mode (disables user interaction)

       -v      verbose output to stderr

       -V      print version

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.

Environment

       None

Examples

       # luksdeinfo -p Password /dev/sda1
       luksdeinfo 20130704

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

Files

       None

Name

       luksdeinfo — determines information about a Linux Unified Key Setup (LUKS) Disk Encryption volume

See Also

luksdemount(1)

libluksde                                       January 21, 2022                                    luksdeinfo()

Synopsis

luksdeinfo [-kkey] [-ooffset] [-ppassword] [-huvV] source

See Also