File: control

package info (click to toggle)
rsakeyfind 1%3A1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 30
  • sloc: cpp: 301; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 811 bytes parent folder | download
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.