Documentation of 'edu.rit.hyb.keysearch.Encrypt' Java class
Encrypt
edu.rit.hyb.keysearch

Class Encrypt



  • public class Encrypt
    extends java.lang.Object
    Class 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.hyb.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 void main(java.lang.String[] args)
      Encrypt main program.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Encrypt main program.
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.