Difference between pages "Disk Imaging" and "Imager NG Ideas"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) (→Also see) |
Joachim Metz (Talk | contribs) (Created page with "This page is for discussing ideas regarding next-generation (NG) imaging tools. Note that some of the ideas mentioned can be already used by imaging tools, but the idea of th...") |
||
| Line 1: | Line 1: | ||
| − | + | This page is for discussing ideas regarding next-generation (NG) imaging tools. | |
| − | + | Note that some of the ideas mentioned can be already used by imaging tools, but the idea of this page is to determine how useful these features could be for next-generation of imaging tools. | |
| + | The scope is mainly a software-based imaging tools, but not limited to. Some features might not be doable, because of limitations of certain image file formats. | ||
| − | + | Please, do not delete text (ideas) here. Use something like this: | |
| − | + | ||
| − | + | <pre> | |
| + | <s>bad idea</s> | ||
| + | :: good idea | ||
| + | </pre> | ||
| − | + | This will look like: | |
| − | + | ||
| − | + | <s>bad idea</s> | |
| − | + | :: good idea | |
| − | + | = License = | |
| − | == Error | + | = Features = |
| − | + | * Compression | |
| + | * Integrity hash calculations | ||
| + | * Encryption | ||
| + | * Error correction (parity) | ||
| + | * Pre-processing during imaging | ||
| − | + | == Compression == | |
| − | + | * Reduces the amount of data that needs to be written; improved the overall imaging speed. | |
| − | == | + | ** Hash-based imaging |
| − | + | ** detection of easy (emtpy-block) and hard (encrypted block) to compress data | |
| − | * | + | ** multi-threaded compression |
| − | + | ** sparse ranges | |
| − | + | ** de-duplication | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | * | + | |
| − | * | + | |
| − | * | + | |
| − | * | + | |
| − | + | ||
| − | + | ||
| − | * | + | |
| − | + | ||
| − | + | ||
| − | * | + | |
| − | + | ||
| − | + | ||
Revision as of 00:39, 6 September 2012
This page is for discussing ideas regarding next-generation (NG) imaging tools.
Note that some of the ideas mentioned can be already used by imaging tools, but the idea of this page is to determine how useful these features could be for next-generation of imaging tools. The scope is mainly a software-based imaging tools, but not limited to. Some features might not be doable, because of limitations of certain image file formats.
Please, do not delete text (ideas) here. Use something like this:
<s>bad idea</s> :: good idea
This will look like:
bad idea
- good idea
License
Features
- Compression
- Integrity hash calculations
- Encryption
- Error correction (parity)
- Pre-processing during imaging
Compression
- Reduces the amount of data that needs to be written; improved the overall imaging speed.
- Hash-based imaging
- detection of easy (emtpy-block) and hard (encrypted block) to compress data
- multi-threaded compression
- sparse ranges
- de-duplication