SQLite database format
From Forensics Wiki
|
Please help to improve this article by expanding it.
|
| SQLite | |
|---|---|
| Maintainer: | SQLite Consortium |
| OS: | Linux,Windows,Mac OS X |
| Genre: | Database |
| License: | Public Domain |
| Website: | sqlite.org |
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. --SQLite project definition
Details about the software and general use are available from the project web site http://sqlite.org/. SQLite databases are used by many programs including several forensics tools, eg Autopsy 3. SQLite 3 is current and older SQLite packages cannot use sqlite3 databases so use sqlite3 tools.
Web Browser Data
Mozilla Firefox and Google Chrome both use SQLite version 3 databases for user data such as history, downloaded files.