Difference between pages "Online resources" and "BitLocker Disk Encryption"
From Forensics Wiki
(Difference between pages)
(Added Sam Spade) |
(New page: BitLocker, introduced with Microsoft's Windows Vista, is a program for full volume encryption. == Indicator == Drives protected with BitLocker will have a different signature t...) |
||
| Line 1: | Line 1: | ||
| − | + | BitLocker, introduced with [[Microsoft]]'s [[Windows Vista]], is a program for full volume encryption. | |
| − | == | + | == Indicator == |
| − | + | Drives protected with BitLocker will have a different signature than the standard [[NTFS]] header. Instead, they have in their first sector, they have <pre>EB 52 90 2D 46 56 45 2D 46 53 2D</pre>, or, in ASCII, <pre>eR -FVE-FS-</pre> | |
| − | + | == Algorithm == | |
| − | The | + | The program uses either 128 or 256 [[AES]] with an elephant diffuser. See the links section for full details. |
| − | + | == External Links == | |
| − | + | * [http://en.wikipedia.org/wiki/BitLocker_Drive_Encryption Wikipedia entry on BitLocker] | |
| − | + | * [http://technet2.microsoft.com/WindowsVista/en/library/c61f2a12-8ae6-4957-b031-97b4d762cf311033.mspx?mfr=true Microsoft's Step by Step Guide] | |
| − | + | * [http://technet.microsoft.com/en-us/windowsvista/aa906017.aspx Microsoft Technical Overview] | |
| − | + | * [http://www.microsoft.com/whdc/system/platform/hwsecurity/BitLockerFAQ.mspx Microsoft FAQ] | |
| − | * | + | * [http://www.microsoft.com/downloads/details.aspx?FamilyID=131dae03-39ae-48be-a8d6-8b0034c92555&DisplayLang=en Microsoft Description of the Encryption Algorithm] |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 11:39, 24 February 2007
BitLocker, introduced with Microsoft's Windows Vista, is a program for full volume encryption.
Indicator
Drives protected with BitLocker will have a different signature than the standard NTFS header. Instead, they have in their first sector, they haveEB 52 90 2D 46 56 45 2D 46 53 2D, or, in ASCII,
eR -FVE-FS-
Algorithm
The program uses either 128 or 256 AES with an elephant diffuser. See the links section for full details.