Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libyal/libbde
Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes
https://github.com/libyal/libbde
Last synced: 18 days ago
JSON representation
Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes
- Host: GitHub
- URL: https://github.com/libyal/libbde
- Owner: libyal
- License: lgpl-3.0
- Created: 2014-09-28T08:01:41.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T03:42:43.000Z (5 months ago)
- Last Synced: 2024-10-10T16:26:29.278Z (about 1 month ago)
- Language: C
- Size: 6.18 MB
- Stars: 216
- Watchers: 35
- Forks: 53
- Open Issues: 14
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
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 GoSupported encryption methods:
* AES-CBC
* AES-XTSSupported protection methods:
* clear key
* password
* recovery password
* start-up key
* FKEV and/or TWEAK key dataUnsupported BDE formats:
* Bitlocker Used Disk Space Only encryption
Unsupported protection methods:
* Trusted Platform Module (TPM)
* SID-based protectorAdditional features:
* support for partial encrypted volumes
* zeros out the BDE metadata, matches behavior seen on WindowsWork in progress:
* Dokan library support
* Thread-safety in volume API functionsFor more information see:
* Project documentation: https://github.com/libyal/libbde/wiki/Home
* How to build from source: https://github.com/libyal/libbde/wiki/Building