Source: aeskeyfind
Section: utils
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Jacob Appelbaum <jacob@appelbaum.net>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.2
Homepage: http://citp.princeton.edu/memory/code/
Vcs-Browser: http://git.debian.org/?p=forensics/aeskeyfind.git
Vcs-Git: git://git.debian.org/git/forensics/aeskeyfind.git

Package: aeskeyfind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
