Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    21
    Views
    4,144

    Re: IllegalBlockSizeException Problem

    That is the crux of the problem. You need to debug your code and find out why the length is not a multiple of 8. Place a bunch of print statements throughout your code to find out exactly what data...
  2. Replies
    21
    Views
    4,144

    Re: IllegalBlockSizeException Problem

    Isn't the exception obvious? Your input must have a length which is a multiple of 8. The input you are passing in is not a multiple of 8. So find out why and rectify that.
  3. Replies
    21
    Views
    4,144

    Re: IllegalBlockSizeException Problem

    I have no idea what you are trying to do, what your problem is or where it is occuring. Any chance you can provide more information?
Results 1 to 3 of 3