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

Dislocker-find - Find BitLocker-encrypted volumes.

Author

       This tool is developed by Romain Coltel on behalf of HSC (http://www.hsc.fr/)

       Feel free to send bugs report to <dislocker __AT__ hsc __DOT__ fr>

Linux                                              2011-09-07                                  DISLOCKER-FIND(1)

Description

       The program try to find BitLocker-encrypted volumes or check that provided files are BitLocker-encrypted.

       It will print every file it find to be BitLocker-encrypted, one per line. Each file/line can be passed to
       the dislocker suite to be decrypted (`-V' option).

Examples

       No volume is found automatically, the program returns 0 volume found (the last line comes from the echo):

              # dislocker-find.rb ; echo $?
              No BitLocker volume found.
              0

       Two volumes are found, the program returns this number (the last line comes from the echo):

              # dislocker-find.rb ; echo $?
              /dev/sda3
              /dev/sda7
              2

Name

       Dislocker-find - Find BitLocker-encrypted volumes.

Options

       Program's options are described below:

       -h     print the help and exit

       files  check for BitLocker-encrypted partitions among these files instead of trying to find them alone

Return Values

       -1  means  an  error  occurred,  other  numbers  are the number of BitLocker-encrypted volumes found. For
       example, 0 means no volume has been found, 42 means 42 volumes have been found.

Synopsis

       dislocker-find [-h] [files...]

See Also