1DISLOCKER-FIND(1)               DISLOCKER-FIND               DISLOCKER-FIND(1)
2
3
4

NAME

6       Dislocker find - Find BitLocker-encrypted volumes.
7

SYNOPSIS

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

DESCRIPTION

12       The  program try to find BitLocker-encrypted volumes or check that pro‐
13       vided files are BitLocker-encrypted.
14
15       It will print every file it find to  be  BitLocker-encrypted,  one  per
16       line.  Each  file/line  can  be  passed  to  the  dislocker suite to be
17       decrypted (`-V' option).
18

OPTIONS

20       Program's options are described below:
21
22       -h     print the help and exit
23
24       files  check  for  BitLocker-encrypted  partitions  among  these  files
25              instead of trying to find them alone
26

RETURN VALUES

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

EXAMPLES

33       No  volume  is  found automatically, the program returns 0 volume found
34       (the last line comes from the echo):
35
36              # dislocker-find.rb ; echo $?
37              No BitLocker volume found.
38              0
39
40       Two volumes are found, the program returns this number (the  last  line
41       comes from the echo):
42
43              # dislocker-find.rb ; echo $?
44              /dev/sda3
45              /dev/sda7
46              2
47

AUTHOR

49       This   tool   is   developed   by   Romain  Coltel  on  behalf  of  HSC
50       (http://www.hsc.fr/)
51
52       Feel free to send bugs report to <dislocker __AT__ hsc __DOT__ fr>
53
54
55
56Linux                             2011-09-07                 DISLOCKER-FIND(1)
Impressum