edu.rit.clu.keysearch
Class Encrypt
- java.lang.Object
-
- edu.rit.clu.keysearch.Encrypt
-
public class Encrypt extends java.lang.ObjectClass Encrypt prepares input for the AES partial key search programs. The program's command line arguments are a message string to encrypt, the encryption key, and n, the number of key bits to search for. The program prints on the standard output the plaintext (128-bit hexadecimal number), the ciphertext (128-bit hexadecimal number), the partial key with the n least significant bits set to 0 (256-bit hexadecimal number), and n, the number of key bits to search for.Usage: java edu.rit.clu.keysearch.Encrypt message key n
message = Message string to encrypt
key = Encryption key (256-bit hexadecimal number)
n = Number of key bits to search for
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Encrypt main program.
-
DMelt 3.0 © DataMelt by jWork.ORG