diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2014-12-13 09:26:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-13 09:26:18 +0700 |
commit | cb0a0e495efb2b261d6899f690c6732d92247ef3 (patch) | |
tree | 9b3d92a580b054c0db532b9e54c6086b482e9d39 /libraries/libbde/README | |
parent | d792144200f59234be570a96c03fa8b85044f870 (diff) |
libraries/libbde: Added (libYAL BitLocker library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libbde/README')
-rw-r--r-- | libraries/libbde/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libraries/libbde/README b/libraries/libbde/README new file mode 100644 index 0000000000000..c86624611e39f --- /dev/null +++ b/libraries/libbde/README @@ -0,0 +1,25 @@ +libbde (libYAL BitLocker library) + +Library and tools to access the BitLocker Drive Encryption (BDE) format. +The BDE format is used by Windows, as of Vista, to encrypt data on a storage +media volume. + +Supported BDE formats: + + -BitLocker Windows Vista + -BitLocker Windows 7 + -BitLocker Windows 8 (Consumer Preview) + -BitLocker To Go + +Supported protection methods: + + -clear key + -password + -recovery password + -start-up key + -FKEV and/or TWEAK key data + +Additional features: + + -support for partial encrypted volumes + -zeros out the BDE metadata, matches behavior seen on Windows |