1. DISLOCKER(1) DISLOCKER DISLOCKER(1)
  2. NAME
  3. Dislocker - Read BitLocker encrypted volumes under Linux
  4. SYNOPSIS
  5. dislocker [-h] [-V VOLUME {-p[RECOVERY_PASSWORD] | -f BEK_FILE | -c}
  6. -F[N]] [-- ARGS...]
  7. DESCRIPTION
  8. Given a decryption mean, dislocker is used to read BitLocker encrypted
  9. volumes.
  10. Options are described below:
  11. -c, --clearkey
  12. decrypt volume using a clear key which is search on the volume
  13. -f, --bekfile BEK_FILE
  14. decrypt volume using the bek file (present on a USB key)
  15. -F, --force-block[N]
  16. force use of metadata block number N (1, 2 or 3), the first by
  17. default
  18. -h print the help and exit
  19. -l, --logfile LOG_FILE
  20. put messages into this file (stdout by default)
  21. -o, --offset OFFSET
  22. BitLocker partition offset (default is 0)
  23. -p, --recovery-password[RECOVERY_PASSWORD]
  24. decrypt volume using the recovery password method. If no pass‐
  25. word is provided, it will be asked afterward; this has the
  26. advantage that the program will validate each block one by one,
  27. on the fly, as you type it
  28. -v, --verbosity
  29. increase verbosity (no output by default)
  30. -V, --volume VOLUME
  31. volume to get metadata and encrypted keys from
  32. -- mark the end of program's options and the beginning of FUSE's
  33. ones (useful if you want to pass something like -d to FUSE)
  34. ARGS are any arguments you want to pass to FUSE. Note that you need to
  35. pass at least the mount-point.

xeeder