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>
|