Search:

Type: Posts; User: Adak

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    10,359

    Your brute force code makes no sense to me,...

    Your brute force code makes no sense to me, because I don't know the RSA encryption algorithm, and can't make heads or tails out of your code.

    When you brute force something, you work through the...
  2. Replies
    5
    Views
    10,359

    But you're not doing that problem, any more! ...

    But you're not doing that problem, any more!

    Use if((strcmp(string1, string2)) == 0), to see if your trial text, matches a word (which I would read into a 2D char array, and not read from a file...
  3. Replies
    5
    Views
    10,359

    There's almost nothing here, in the decrypt...

    There's almost nothing here, in the decrypt portion:


    printf("\n\nEnter encrypted message to decrpyt :\n");
    for(i=0;i<strlen(m);i++)
    scanf("%d",&C[i]);
    printf("\n\nDecrypted...
Results 1 to 3 of 3