Search:

Type: Posts; User: peeweearies

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    8,577

    You want to find if the second number is a...

    You want to find if the second number is a multiple of the first number....then you have to check your multiple(int x, int y) function on your return statement. It's backward. That's not the only...
  2. I don't expect brute-force cracking to be fast,...

    I don't expect brute-force cracking to be fast, because one of my assignments required me to use the Jack the Ripper software to crack as many given passwords as I can that uses some hash function to...
  3. Help on making program run more efficiently

    Hi all,

    I wrote a program that is supposed to break a ciphertext that was generated using the AES algorithm. Before writing this program, I wrote the program that implemented the AES algorithm...
  4. That is one option, but I don't want to do the...

    That is one option, but I don't want to do the extra coding to check for valid/invalid, opening and closing the file.
  5. I don't need to do parsing, just looking for an...

    I don't need to do parsing, just looking for an alternative method to read an input of 16 pairs of hex values and store it in an array of 16 indexes. You see, i have to get an input called key which...
  6. I can use argv to get the entered input from the...

    I can use argv to get the entered input from the command line arguments. But since both key and plaintext/ciphertext will be in hex, I wanted to see if there was another option since it would be one...
  7. reading a string of hex values from command line

    Hi,

    I'm writing a encrypting program that implements the AES algorithm and haven't use C for quite a while. The program first ask the user if they would like to cipher or decipher and depending...
Results 1 to 7 of 7