Package edu.rit.clu.keysearch
Package edu.rit.clu.keysearch
contains sequential and cluster parallel programs
for a cryptanalysis problem.
See: Description
-
Class Summary Class Description Encrypt Class Encrypt prepares input for the AES partial key search programs.FindKeyClu Class FindKeyClu is a cluster parallel program that solves an AES partial key search problem.FindKeyClu2 Class FindKeyClu2 is a cluster parallel program that solves an AES partial key search problem.FindKeySeq Class FindKeySeq is a sequential program that solves an AES partial key search problem.FindKeySeq2 Class FindKeySeq2 is a sequential program that solves an AES partial key search problem.MakeKey Class MakeKey creates a random 256-bit key for a block cipher.
Package edu.rit.clu.keysearch Description
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.
The cluster parallel programs in this package use Parallel Java (PJ) in package edu.rit.pj.
DMelt 3.0 © DataMelt by jWork.ORG