Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C
M4
Shell
Makefile
Python
C++
Other
Latest commit
61a18a2
Dec 17, 2017
Permalink
| Failed to load latest commit information. | |||
|
|
bdetools |
|
|
|
|
common |
|
|
|
|
documentation |
|
|
|
|
dpkg |
|
|
|
|
include |
|
|
|
|
libbde |
|
|
|
|
m4 |
|
|
|
|
manuals |
|
|
|
|
msvscpp |
|
|
|
|
po |
|
|
|
|
pybde-python2 |
|
|
|
|
pybde-python3 |
|
|
|
|
pybde |
|
|
|
|
tests |
|
|
|
|
.codecov.yml |
|
|
|
|
.gitignore |
|
|
|
|
.travis.yml |
|
|
|
|
AUTHORS |
|
|
|
|
COPYING |
|
|
|
|
ChangeLog |
|
|
|
|
Makefile.am |
|
|
|
|
NEWS |
|
|
|
|
README |
|
|
|
|
acinclude.m4 |
|
|
|
|
appveyor.yml |
|
|
|
|
autogen.ps1 |
|
|
|
|
autogen.sh |
|
|
|
|
configure.ac |
|
|
|
|
libbde.ini |
|
|
|
|
libbde.pc.in |
|
|
|
|
libbde.spec.in |
|
|
|
|
runtests.ps1 |
|
|
|
|
runtests.sh |
|
|
|
|
setup.py |
|
|
|
|
synclibs.ps1 |
|
|
|
|
synclibs.sh |
|
|
|
|
syncsharedlibs.sh |
|
|
README
libbde is a library to access the BitLocker Drive Encryption (BDE) format. BitLocker Drive Encryption (BDE) is a volume-based encryption method used by Microsoft Windows, as of Vista, to encrypt data on a storage media volume. Project information: * Status: alpha * Licence: LGPLv3+ Supported BDE formats: * BitLocker Windows Vista * BitLocker Windows 7 * BitLocker Windows 8 * BitLocker Windows 10 * BitLocker To Go Supported encryption methods: * AES-CBC * AES-XTS Supported protection methods: * clear key * password * recovery password * start-up key * FKEV and/or TWEAK key data Unsupported protection methods: * Trusted Platform Module (TPM) * SID-based protector Additional features: * support for partial encrypted volumes * zeros out the BDE metadata, matches behavior seen on Windows Work in progress: * Dokan library support * Thread-safety in volume API functions For more information see: * Project documentation: https://github.com/libyal/libbde/wiki/Home * How to build from source: https://github.com/libyal/libbde/wiki/Building