Difference between pages "Scalpel" and "SQLite database format"
From Forensics Wiki
(Difference between pages)
(Scalpel is GPL, buried in the README in the latest tarball) |
(stub it out) |
||
| Line 1: | Line 1: | ||
| + | {{expand}} | ||
{{Infobox_Software | | {{Infobox_Software | | ||
| − | name = | + | name = SQLite | |
| − | maintainer = [ | + | maintainer = [http://sqlite.org/consortium.html SQLite Consortium] | |
os = {{Linux}}, {{Windows}}, {{Mac OS X}} | | os = {{Linux}}, {{Windows}}, {{Mac OS X}} | | ||
| − | genre = [[ | + | genre = [[Database]] | |
| − | license = {{ | + | license = {{Public Domain}} | |
| − | website = [http:// | + | website = [http://sqlite.org/ sqlite.org] | |
}} | }} | ||
| + | <i>SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.</i> --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. | |
| − | + | ||
| − | + | ||
Revision as of 07:35, 26 March 2013
|
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.