Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    21
    Views
    4,144

    Re: IllegalBlockSizeException Problem

    Can you post a small program that does only that to work on to solve that problem without the rest of the code?

    You should change your debug printouts. These don't give any useful information:...
  2. Replies
    21
    Views
    4,144

    Re: IllegalBlockSizeException Problem

    What is the length of the byte array that is passed to the doFinal method()?
    Why isn't it a multiple of 8?
  3. Replies
    21
    Views
    4,144

    Re: IllegalBlockSizeException Problem

    Please copy and paste here the full text of your error messages.
    To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The...
  4. Replies
    21
    Views
    4,144

    Re: IllegalBlockSizeException Problem

    Your code is using a lot of third party classes. There is no way we can help you use them.
    If we were to help, You need to provide us with the import statements you use to compile your program and...
Results 1 to 4 of 4