wohaph / keyczar

Automatically exported from code.google.com/p/keyczar
0 stars 0 forks source link

Keysize error from JCE #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://groups.google.com/group/keyczar-discuss/browse_thread/thread/3f3e1a310565
e16d

Original issue reported on code.google.com by stevew...@gmail.com on 19 Aug 2008 at 10:03

GoogleCodeExporter commented 9 years ago
User is getting a "Wrong Key Size" exception from the JCE.

Original comment by stevew...@gmail.com on 19 Aug 2008 at 10:03

GoogleCodeExporter commented 9 years ago
I just checked in a fix.

Original comment by stevew...@gmail.com on 23 Aug 2008 at 12:28

GoogleCodeExporter commented 9 years ago
Hi,

Using ssh on (Linux) I am able to login. But via putty  i am not able to get the
connection I am seeing the following exception on the server.
-------------------------------------------------
WARNING: Exception caught
java.security.InvalidKeyException: Illegal key size
    at javax.crypto.Cipher.a(DashoA13*..)
    at javax.crypto.Cipher.init(DashoA13*..)
    at javax.crypto.Cipher.init(DashoA13*..)
    at com.google.code.sshd.common.cipher.BaseCipher.init(BaseCipher.java:37)
    at
com.google.code.sshd.common.session.AbstractSession.receiveNewKeys(AbstractSessi
on.java:525)
-------------------------------------------------
I played with putty to select the desired protocol/encryption/decryption 
algos.but,
didn't worked either.Is their any specific setting/algo we need to do/choose.

Original comment by amitinf...@gmail.com on 11 Dec 2008 at 3:48

GoogleCodeExporter commented 9 years ago
I don't think that last comment is relevant to Keyczar. That sounds like a 
PuTTY issue.

Original comment by stevew...@gmail.com on 12 Dec 2008 at 1:20