Login  |  Register
Bar Home         Features         Support         Purchase         Contact  
Link Exchange  - Article Details
ARTICLES
Windows Media Player Database CurrentDatabase_372.wmdb files
Brief introduction into the Windows Media Player program and analysis of currentdatabase_372.wmdb file and how to extract the content for review. This article may serve as an aid to forensic examiners or data recovery technicians.
Using FTK forensic software to detect SQLite Database Files
Using FTK forensic software to detect SQLite Database Files for processing in SQLite Forensic Reporter
Processing SQLite Databases using Templates (applicable to forensic analysis and data recovery)
Processing SQLite Databases using Templates (applicable to forensic analysis and data recovery). This article covers the processing of SQLite database files for forensic analysis, security auditing and data recovery purposes.
SQLite Forensic Reporter
SQLite Forensic Reporter is the most powerful tool available for analysing and reporting on the contents of SQLite database files on the market to date. With batch processing, advanced identification, decoding and reporting this is a perfect solution for computer & mobile phone examiners and data recovery technicians.
The use of Forensic Data Recovery Software in Different Sectors
These days, catching a criminal involves the use of highly sophisticated technologies which can generate vital evidence good enough to prove whether a person is really guilty or not. One of the known applications that can be taken under consideration in such cases is the forensic software or data recovery software.
STATISTICS
  • Active Links: 13
  • Pending Links: 1
  • Todays Links: 0
  • Total Articles: 26
  • Total Categories: 3
  • Sub Categories: 0

SQLite 3 database files - Identifying Deleted Data

Date Added: June 07, 2009 02:19:46 PM
Author: admin
Category: Documents

 

SQLite 3 database format, a self contained relational database format

used in a growing number of applications ranging from Internet Browsers

to mobile phone backup software. 

Visit www.sqlite.org for more information.

A sample database was created with a table ‘addressbook’, three records

were inserted into the table listed below.

 SQLite DOS Listing

 One record was deleted, SQLite3 was closed and a backup of the

database was performed.  A different tool was used to list the

available records after deletion.

SQLite Windows Listing

 

Opening the same file in a hex editor the deleted record can be seen.

 

SQLite Hex View

 

Recovery depends on the database complexity and/or host software

(if the Vacuum command is issued on this database then the deleted data will be lost).

 

More information on SQLite3 and database commands: http://www.sqlite.org

Ratings
You must be logged in to leave a rating.
Average rating: (0 votes)
Comments

No Comments Yet.


You must be logged in to leave a Comment.