Search:

Type: Posts; User: kindk12

Search: Search took 0.10 seconds.

  1. Re: ArrayIndexOutOfBoundsException problem in decryption algorithm

    can you tell the name of encryption algorithm you are using. I actually wanted to check your algorithm correctness.
  2. Re: ArrayIndexOutOfBoundsException problem in decryption algorithm

    i found the error now but your algorithm is wrong.
    In you keydecrypt method nums = numValues(toArray(fin)); should be out of the loop statement. This was causing the problem.
    overall it should be...
  3. Re: ArrayIndexOutOfBoundsException problem in decryption algorithm

    I found errors in you algorithm. After you encrypt the word mississippi, the numeric cypher text would be 82, 30, 0, 0 each at nums[0], nums[1] and so on. When the turns comes of the third value that...
Results 1 to 3 of 3