[Forensics-changes] [SCM] debian-forensics/aeskeyfind branch, debian, updated. 32cd6cf523c6284047defeb6aa6d3dd3c77db543

Julien Valroff julien at kirya.net
Sat Jul 23 11:34:41 UTC 2011


The following commit has been merged in the debian branch:
commit 32cd6cf523c6284047defeb6aa6d3dd3c77db543
Author: Julien Valroff <julien at kirya.net>
Date:   Sat Jul 23 13:32:44 2011 +0200

    Update short description and complete long description

diff --git a/debian/aeskeyfind.1 b/debian/aeskeyfind.1
index 8af8725..f07aed9 100644
--- a/debian/aeskeyfind.1
+++ b/debian/aeskeyfind.1
@@ -8,19 +8,19 @@ aeskeyfind \- Locates 128-bit and 256-bit AES keys in a captured memory image.
 aeskeyfind is a tool that illustrates automatic techniques for locating 128-bit and 256-bit AES keys in a captured memory image.
 .SH OPTIONS
 .LP
-.ne3
+.ne 3
 .TP
 .BI -v\c
 verbose output -- prints the extended keys and the constraints on the rows of the key schedule
-.ne3
+.ne 3
 .TP
 .BI -q\c
 don't display a progress bar
-.ne3
+.ne 3
 .TP
 .BI -t\ THRESHOLD\c
 sets the maximum number of bit errors allowed in a candidate key schedule
-.ne3
+.ne 3
 .TP
 .BI -h\c
 displays usage help
diff --git a/debian/changelog b/debian/changelog
index 73cc191..991ce8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,8 +19,9 @@ aeskeyfind (1:1.0-1) unstable; urgency=low
   * Move to `utils' section as per the override 
   * Update copyright file as per current DEP-5
   * Remove useless lintian override: use Team Upload entry 
+  * Update short description and complete long description 
 
- -- Julien Valroff <julien at debian.org>  Sat, 23 Jul 2011 13:28:17 +0200
+ -- Julien Valroff <julien at debian.org>  Sat, 23 Jul 2011 13:32:29 +0200
 
 aeskeyfind (1.0.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5489c6e..ba95f91 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,13 @@ Vcs-Git: git://git.debian.org/git/forensics/aeskeyfind.git
 Package: aeskeyfind
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: tool for finding and repairing AES keys
+Description: tool for locating AES keys in a captures memory image
  This program illustrates automatic techniques for locating 128-bit and
  256-bit AES keys in a captured memory image.
+ .
+ The program uses various algorythms and also performs a simple entropy test to
+ filter out blocks that are not keys.  It counts the number of repeated bytes
+ and skips blocks that have too many repeats.
+ .
+ This method works even if several bits of the key schedule have been
+ corrupted due to memory decay.

-- 
debian-forensics/aeskeyfind



More information about the forensics-changes mailing list