From 4a94410ce65bdb0d3409fe4e4e63e1fc6236bdb7 Mon Sep 17 00:00:00 2001 From: adam-m Date: Fri, 28 Sep 2012 14:22:57 -0400 Subject: [PATCH] doc correction --- .../autopsy/keywordsearch/docs/keywordsearch-about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/docs/keywordsearch-about.html b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/docs/keywordsearch-about.html index b6662d71a7..cce368f8da 100644 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/docs/keywordsearch-about.html +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/docs/keywordsearch-about.html @@ -30,11 +30,11 @@ limitations under the License.

- Autopsy tries its best to extract maximum amount of text from the indexed files. + Autopsy tries its best to extract maximum amount of text from the files being indexed. First, the indexing will try to extract text from supported file formats, such as pure text file format, MS Office Documents, PDF files, Email files, and many others. If the file is not supported by the standard text extractor, Autopsy will fallback to string extraction algorithm. String extraction on unknown file formats or arbitrary binary files can often still extract a good amount of text from the file, often good enough to provide additional clues. - However, string extraction will not extract text from binary files that have been decrypted. + However, string extraction will not be able to extract text strings from binary files that have been encrypted.