Difference between pages "User talk:MitchB" and "Outlook Express Database (DBX)"
From Forensics Wiki
(Difference between pages)
m (Welcome!) |
Joachim Metz (Talk | contribs) (Created page with "Outlook Express uses the '''Outlook Express Database (DBX)''' database to store emails, folders, etc. == MIME types == == File signature == DBX files of Outlook Express 5.0...") |
||
| Line 1: | Line 1: | ||
| − | ''' | + | [[Outlook Express]] uses the '''Outlook Express Database (DBX)''' database to store emails, folders, etc. |
| − | + | ||
| − | + | == MIME types == | |
| − | + | ||
| + | == File signature == | ||
| + | DBX files of Outlook Express 5.0 (OE5) and later start with hexadecimal: 0xcf 0xad 0x12 0xfe. | ||
| + | For now it is assumed that this is the file signature. | ||
| + | |||
| + | According to libdbx OE4 uses a different signature: 4A4D4636 03001000. For now this is unconfirmed. | ||
| + | |||
| + | == File types == | ||
| + | In OE the DBX files are used to store email per top folder (e.g. Inbox, Outbox) and the folder-hierarchy. | ||
| + | |||
| + | == Contents == | ||
| + | |||
| + | == Encryption == | ||
| + | |||
| + | == See also== | ||
| + | |||
| + | * [http://oedbx.aroh.de/ Outlook Express dbx file format by Arne Schloh] | ||
| + | * [http://www.fpns.net/willy/DBX-FMT.HTM Outlook Express Version 5.0 file format] | ||
| + | * [http://sourceforge.net/projects/ol2mbox/ libdbx], see FILE-FORMAT in the package. | ||
| + | |||
| + | [[Category:File Formats]] | ||
Revision as of 02:48, 13 October 2010
Outlook Express uses the Outlook Express Database (DBX) database to store emails, folders, etc.
Contents |
MIME types
File signature
DBX files of Outlook Express 5.0 (OE5) and later start with hexadecimal: 0xcf 0xad 0x12 0xfe. For now it is assumed that this is the file signature.
According to libdbx OE4 uses a different signature: 4A4D4636 03001000. For now this is unconfirmed.
File types
In OE the DBX files are used to store email per top folder (e.g. Inbox, Outbox) and the folder-hierarchy.
Contents
Encryption
See also
- Outlook Express dbx file format by Arne Schloh
- Outlook Express Version 5.0 file format
- libdbx, see FILE-FORMAT in the package.