Search:

Type: Posts; User: Paytheprice

Search: Search took 0.10 seconds.

  1. Re: my encrypting simple client to server program unable to get the key from client

    i am getting bytes cannot be dereferenced
  2. Re: my encrypting simple client to server program unable to get the key from client

    nah i am asking how do i copy the value of the byte array to another byte array using a for loop
  3. Re: my encrypting simple client to server program unable to get the key from client

    ok i found the error here




    these code does not transfer the value of the byte to encryptedobj somehow.. any ideas on how to fix it?

    thanks for the help so far.
  4. Re: my encrypting simple client to server program unable to get the key from client

    ok sorry here the error





    the problem is sending the decrypting the AESKey after being encrypted with rsa private and public key from certificate
  5. Re: my encrypting simple client to server program unable to get the key from client

    17331734

    heres both of them.

    System.out.println("fufiffofo");
    //decrypt it
    byte[] aesobj=DecryptRSA(ServerPriv,serverCert.getPublicKey(),encryptedobj);...
  6. my encrypting simple client to server program unable to get the key from client

    hi,

    so currently i am still trying the send the aes key encrypted with private and public key from keystore but it keep java.crypto.badpaddingexception blocktype mismatch:0
    nullpointerexception
    ...
  7. Replies
    3
    Views
    2,866

    Re: [HELP] unreported exceptions

    sorry for the double posting as when i came back to the old post it disappeared from where i put it and well, i couldnt find it. do i wrap the whole thing in a try /catch or catch them one by one?
    ...
  8. Replies
    1
    Views
    1,372

    alot of unreported exception

    anyone got a global solution for alot of unreported exception or is it a must to try and catch them one by one?
  9. Replies
    3
    Views
    2,866

    [HELP] unreported exceptions

    hello there, i would like to ask is there a way to throw away all exception as i have errors of unreported exception everywhere and how to i get a key out from the object after casting it into an...
  10. Replies
    1
    Views
    1,255

    A Card Game

    when comparing the values of the card, the strings is sometimes correct sometimes wrong, like when i have A and the AI has 6, it will tell me the AI Won.
    i need help. Thanks!

    package JRPG;

    /**...
Results 1 to 10 of 10