1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: rsakeyfind
Section: utils
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: https://citp.princeton.edu/research/memory/code
Vcs-Browser: https://anonscm.debian.org/git/forensics/rsakeyfind.git
Vcs-Git: https://anonscm.debian.org/git/forensics/rsakeyfind.git
Package: rsakeyfind
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: locates BER-encoded RSA private keys in memory images
rsakeyfind is a tool that locates BER-encoded RSA private keys in MEMORY-IMAGE.
If a MODULUS-FILE is specified, it will locate private and public keys matching
the hex-encoded modulus read from this file.
.
This package is useful to several activities, as forensics investigations.
|