File: package.html

package info (click to toggle)
libpj-java 0.0~20150107%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,396 kB
  • sloc: java: 99,543; ansic: 987; sh: 153; xml: 26; makefile: 10; sed: 4
file content (22 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<HTML>
<HEAD>
<TITLE>Package edu.rit.clu.keysearch</TITLE>
</HEAD>
<BODY>

Package edu.rit.clu.keysearch
contains sequential and cluster parallel programs
for a cryptanalysis problem.
We are given a 128-bit plaintext block,
the corresponding 128-bit ciphertext block
encrypted using AES with a 256-bit key,
and a portion of the key.
The problem is to find the rest of the key
using exhaustive search.

<P>
The cluster parallel programs in this package use Parallel Java (PJ)
in package <A HREF="../../pj/package-summary.html">edu.rit.pj</A>.

</BODY>
</HTML>