Search:

Type: Posts; User: MHZ

Search: Search took 0.07 seconds.

  1. Re: java.io.StreamCorruptedException: invalid stream header

    Please convert the following C# code to Java code.

    StreamReader reader = new StreamReader(filename);
    String modulus64 = reader.ReadLine();
    String exponent64 =...
  2. Re: java.io.StreamCorruptedException: invalid stream header

    Thanks.
    It worked out when I run it through command prompt.
    Can you help me if I want to encrypt and decrypt by using fixed keys?
  3. Re: java.io.StreamCorruptedException: invalid stream header

    Strange. Then why its not working for me? I am using Myeclipse tool.
  4. Re: java.io.StreamCorruptedException: invalid stream header

    package in.javadigest.encryption;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import...
  5. java.io.StreamCorruptedException: invalid stream header

    Hello,

    I am trying to encrypt a message using RSA algo but getting the following error:

    java.io.StreamCorruptedException: invalid stream header
    at...
Results 1 to 5 of 5