You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(29) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(88) |
Feb
(75) |
Mar
(86) |
Apr
(81) |
May
(47) |
Jun
(36) |
Jul
(87) |
Aug
(61) |
Sep
(37) |
Oct
(36) |
Nov
(18) |
Dec
(4) |
2004 |
Jan
(19) |
Feb
(26) |
Mar
(5) |
Apr
(10) |
May
|
Jun
(2) |
Jul
(14) |
Aug
(21) |
Sep
(8) |
Oct
(51) |
Nov
(20) |
Dec
(11) |
2005 |
Jan
(5) |
Feb
(5) |
Mar
(25) |
Apr
(48) |
May
(6) |
Jun
(29) |
Jul
(42) |
Aug
(25) |
Sep
(11) |
Oct
(42) |
Nov
(43) |
Dec
(52) |
2006 |
Jan
(39) |
Feb
(21) |
Mar
(42) |
Apr
(25) |
May
(22) |
Jun
(9) |
Jul
(4) |
Aug
(7) |
Sep
(3) |
Oct
(7) |
Nov
(11) |
Dec
(8) |
2007 |
Jan
(1) |
Feb
(5) |
Mar
(11) |
Apr
(2) |
May
(5) |
Jun
(9) |
Jul
(1) |
Aug
(9) |
Sep
|
Oct
(8) |
Nov
(1) |
Dec
(1) |
2008 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(5) |
Dec
|
2009 |
Jan
(8) |
Feb
|
Mar
(1) |
Apr
(5) |
May
(4) |
Jun
(1) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Ale <ale...@da...> - 2006-06-19 10:29:06
|
Hello list, I'm experiencing a problem when decrypting uncompressed files generated with GnuPG version gpg (GnuPG) 1.2.7 with the following command line: gpg -z 0 --disable-mdc --batch --yes -o out.gpg -r 'fpr' --encrypt in.file I'm using the example provided with the cryptix snapshot version: Cryptix OpenPGP snapshot 2005/04/18 Cryptix JCE snapshot 2005/03/28 The problem is that when I try to decrypt a file, to say, of about 10 Mb and using a heap size of 256Mb (that to me seems way to big anyway), the engineInit for decodedInputStream takes a long time but it can decrypt the message. When trying to decrypt a bigger file, that is about 90 Mb, the engineInit takes a long time and after that long time, I get an OutOfMemory exception (even with -Xmx256m). - Format: OpenPGP:CryptixOpenPGP version 0.20050418 - before init.. - decryption key return.. - Decryption key returned cryptix.message.stream.DecryptionKeyReturnValue@65a77f -Exception in thread "Thread-5" java.lang.OutOfMemoryError: Java heap space When trying to decrypt files, encrypted without the -z 0 gpg option, the init process seems to be ok, it takes a very short time, but with the 90Mb file, the read() method of decodedInputStream throws an exception of: Error: java.io.IOException: Fatal data format exception: Read tried past end of inputstream. java.io.IOException: Fatal data format exception: Read tried past end of inputstream. at cryptix.openpgp.io.PGPInputStreamAdapter.read(PGPInputStreamAdapter.java:127) at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:214) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134) at cryptix.openpgp.algorithm.PGPDeflate$ZlibIn.readInternal(PGPDeflate.java:112) at cryptix.openpgp.io.PGPCompressorInputStream.read(PGPCompressorInputStream.java:81) at cryptix.openpgp.io.PGPLengthDataInputStream.readDirect(PGPLengthDataInputStream.java:120) at cryptix.openpgp.io.PGPLengthDataInputStream.readInternal(PGPLengthDataInputStream.java:159) at cryptix.openpgp.io.PGPLengthDataInputStream.readBuffer(PGPLengthDataInputStream.java:286) at cryptix.openpgp.provider.PGPDecodedMessageInputStream$LiteralInputStream.read(PGPDecodedMessageInputStream.java:591) at cryptix.openpgp.provider.PGPDecodedMessageInputStream.engineRead(PGPDecodedMessageInputStream.java:472) at cryptix.message.stream.DecodedMessageInputStream.read(DecodedMessageInputStream.java:156) at java.io.InputStream.read(InputStream.java:89) at decryptmedia.DecryptionProvider.decryptFile(DecryptionProvider.java:112) at decryptmedia.DecodeXferUI$DecryptLauncher.run(DecodeXferUI.java:233) at java.lang.Thread.run(Thread.java:595) Seems that the file has been trunked an amount of file always less then the buffer size that is 4096 bytes. Any help will be appreciated, infact if we can overcome this problem, we will continue using this software in a production enviroment, even with some sort of commercial relationship. Regards, Alessandro Audero |
From: Sales <sa...@da...> - 2006-06-19 10:10:09
|
Hello list, I'm experiencing a problem when decrypting uncompressed files generated with GnuPG version gpg (GnuPG) 1.2.7 with the following command line: gpg -z 0 --disable-mdc --batch --yes -o out.gpg -r 'fpr' --encrypt in.file I'm using the example provided with the cryptix snapshot version: Cryptix OpenPGP snapshot 2005/04/18 Cryptix JCE snapshot 2005/03/28 The problem is that when I try to decrypt a file, to say, of about 10 Mb and using a heap size of 256Mb (that to me seems way to big anyway), the engineInit for decodedInputStream takes a long time but it can decrypt the message. When trying to decrypt a bigger file, that is about 90 Mb, the engineInit takes a long time and after that long time, I get an OutOfMemory exception (even with -Xmx256m). - Format: OpenPGP:CryptixOpenPGP version 0.20050418 - before init.. - decryption key return.. - Decryption key returned cryptix.message.stream.DecryptionKeyReturnValue@65a77f -Exception in thread "Thread-5" java.lang.OutOfMemoryError: Java heap space When trying to decrypt files, encrypted without the -z 0 gpg option, the init process seems to be ok, it takes a very short time, but with the 90Mb file, the read() method of decodedInputStream throws an exception of: Error: java.io.IOException: Fatal data format exception: Read tried past end of inputstream. java.io.IOException: Fatal data format exception: Read tried past end of inputstream. at cryptix.openpgp.io.PGPInputStreamAdapter.read(PGPInputStreamAdapter.java:127) at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:214) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134) at cryptix.openpgp.algorithm.PGPDeflate$ZlibIn.readInternal(PGPDeflate.java:112) at cryptix.openpgp.io.PGPCompressorInputStream.read(PGPCompressorInputStream.java:81) at cryptix.openpgp.io.PGPLengthDataInputStream.readDirect(PGPLengthDataInputStream.java:120) at cryptix.openpgp.io.PGPLengthDataInputStream.readInternal(PGPLengthDataInputStream.java:159) at cryptix.openpgp.io.PGPLengthDataInputStream.readBuffer(PGPLengthDataInputStream.java:286) at cryptix.openpgp.provider.PGPDecodedMessageInputStream$LiteralInputStream.read(PGPDecodedMessageInputStream.java:591) at cryptix.openpgp.provider.PGPDecodedMessageInputStream.engineRead(PGPDecodedMessageInputStream.java:472) at cryptix.message.stream.DecodedMessageInputStream.read(DecodedMessageInputStream.java:156) at java.io.InputStream.read(InputStream.java:89) at decryptmedia.DecryptionProvider.decryptFile(DecryptionProvider.java:112) at decryptmedia.DecodeXferUI$DecryptLauncher.run(DecodeXferUI.java:233) at java.lang.Thread.run(Thread.java:595) Seems that the file has been trunked an amount of file always less then the buffer size that is 4096 bytes. Any help will be appreciated, infact if we can overcome this problem, we will continue using this software in a production enviroment, even with some sort of commercial relationship. Regards, Alessandro Audero |
From: Andy H. <And...@km...> - 2006-06-15 13:30:12
|
Hi=20Marjon, I=20had=20a=20similar=20problem=20in=20one=20of=20our=20WebSphere=20based=20= applications.=20The problem=20was=20caused=20by=20the=20IBM=20Java=20Cryptography=20Extension=20= (JCE)=20expiring on=2018=20May=202006: http://www-1.ibm.com/support/docview.wss?rs=3D0&uid=3Dswg21236118 Hope=20that=20helps -=20Andy -----Original=20Message----- From:=20c...@li... [mailto:cry...@li...]=20On=20Behalf=20Of Roodzant,=20Marjon Sent:=2015=20June=202006=2014:25 To:=20c...@li... Subject:=20[Cryptix-users]=20Getting=20Cipher=20instance=20fails=20when=20= setting=20up httpsconnection Hi, I=20hope=20someone=20can=20point=20me=20in=20the=20right=20direction=20wit= h=20the=20following. Our=20application=20(which=20was=20built=20with=20jdk1.3=20and=20Cryptix-3= .2.0.jar)=20sets up=20a=20https=20connection. Now=20we=20have=20(finally)=20upgraded=20to=201.5. I=20did=20gather=20that=20Cryptix-3.2.0=20should=20not=20be=20used=20in=20= conjuction=20with any=20jdk=20from=201.4=20upwards. And=20I=20did=20put=20the=20following=20jars=20on=20the=20classpath=20(pro= bably=20overdoing things=20a=20bit) =20=20=20=20cryptix-jce-api.jar =20=20=20=20cryptix-jce-compat.jar =20=20=20=20cryptix-jce-provider.jar =20=20=20=20cryptix-jce-tests.jar As=20the=20jsse.jar=20is=20included=20with=20the=20jdk.=20I=20removed=20th= is=20jar=20from=20the application=20classpath. All=20to=20no=20avail.=20Before=20and=20after=20doing=20all=20that=20the=20= result=20is=20the following=20stacktrace. java.lang.NoClassDefFoundError =09javax.crypto.Cipher.getInstance(DashoA12275) =09com.sun.net.ssl.internal.ssl.JsseJce.getCipher(JsseJce.java:90) =09com.sun.net.ssl.internal.ssl.RSACipher.<init>(RSACipher.java:35) =09 com.sun.net.ssl.internal.ssl.RSACipher.getInstance(RSACipher.java:69) =09 com.sun.net.ssl.internal.ssl.PreMasterSecret.<init>(PreMasterSecret.java :82) =09 com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHand shaker.java:514) =09 com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHands haker.java:160) =09 com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495) =09 com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:4 33) =09 com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java :815) =09 com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSo cketImpl.java:1025) =09 com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl. java:1038) =09 sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:405 ) =09 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Ab stractDelegateHttpsURLConnection.java:170) =09 sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConne ction.java:828) =09 com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.ge tOutputStream(HttpsURLConnectionOldImpl.java:200) =09 nl.ibsp.utilities.util.http.HttpQuery.doRequest(HttpQuery.java:243) =09 nl.ibsp.utilities.util.http.HttpQuery.doRequest(HttpQuery.java:126) =09 nl.ibsp.utilities.util.http.HttpQuery.doRequest(HttpQuery.java:111) =09... Obviously=20I=20am=20missing=20some=20jar=20here=20containing=20some=20cla= ss,=20but=20which. thanks=20for=20looking Marjon _______________________________________________ Cryptix-Users=20mailing=20list Cry...@li... https://lists.sourceforge.net/lists/listinfo/cryptix-users __________________________________________________________________________= _____ The=20information=20transmitted=20is=20intended=20only=20for=20the=20perso= n=20or=20entity=20to which=20it=20is=20addressed=20and=20may=20contain=20confidential=20and/or=20= privileged=20material. Any=20review,=20retransmission,=20dissemination=20or=20other=20use=20of,=20= or=20taking=20of=20any action=20in=20reliance=20upon,=20this=20information=20by=20persons=20or=20= entities=20other=20than the=20intended=20recipient=20is=20prohibited.=20If=20you=20received=20this= =20in=20error,=20please contact=20the=20sender=20and=20delete=20the=20material=20from=20any=20comp= uter. |
From: Roodzant, M. <Mar...@Ge...> - 2006-06-15 13:24:59
|
Hi, I hope someone can point me in the right direction with the following. Our application (which was built with jdk1.3 and Cryptix-3.2.0.jar) sets = up a https connection. Now we have (finally) upgraded to 1.5. I did gather that Cryptix-3.2.0 should not be used in conjuction with = any jdk from 1.4 upwards. And I did put the following jars on the classpath (probably overdoing = things a bit) cryptix-jce-api.jar cryptix-jce-compat.jar cryptix-jce-provider.jar cryptix-jce-tests.jar As the jsse.jar is included with the jdk. I removed this jar from the = application classpath. All to no avail. Before and after doing all that the result is the = following stacktrace. java.lang.NoClassDefFoundError javax.crypto.Cipher.getInstance(DashoA12275) com.sun.net.ssl.internal.ssl.JsseJce.getCipher(JsseJce.java:90) com.sun.net.ssl.internal.ssl.RSACipher.<init>(RSACipher.java:35) com.sun.net.ssl.internal.ssl.RSACipher.getInstance(RSACipher.java:69) = com.sun.net.ssl.internal.ssl.PreMasterSecret.<init>(PreMasterSecret.java:= 82) = com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHands= haker.java:514) = com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandsh= aker.java:160) = com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495) = com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:43= 3) = com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:= 815) = com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSoc= ketImpl.java:1025) = com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.j= ava:1038) = sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:405)= = sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Abs= tractDelegateHttpsURLConnection.java:170) = sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnec= tion.java:828) = com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.get= OutputStream(HttpsURLConnectionOldImpl.java:200) nl.ibsp.utilities.util.http.HttpQuery.doRequest(HttpQuery.java:243) nl.ibsp.utilities.util.http.HttpQuery.doRequest(HttpQuery.java:126) nl.ibsp.utilities.util.http.HttpQuery.doRequest(HttpQuery.java:111) ... Obviously I am missing some jar here containing some class, but which. thanks for looking Marjon |
From: Aredeji D. <ar...@ho...> - 2006-06-14 09:30:44
|
Hi, I am having problems decrypting a file that has been encrypted using two or more keys. If a file has been encrypted with two or more keys I can decrypt the file using only the first key that was used during the encryption. For example, if a file was encrypted using user1 and user2 public keys, it can only be decrypted using the user1's private key. When decrypting using the user2's private key I get the following exception: java.lang.RuntimeException: TT at cryptix.jce.provider.rsa.RSACipher_ECB_PKCS1.engineDoFinal(RSACipher_ECB_PKCS1.java:209) at cryptix.jce.provider.rsa.RSACipher_ECB_PKCS1.engineDoFinal(RSACipher_ECB_PKCS1.java:178) at javax.crypto.Cipher.doFinal(DashoA12275) at cryptix.openpgp.algorithm.PGPRSA.decrypt(PGPRSA.java:614) at cryptix.openpgp.packet.PGPPublicKeyEncryptedSessionKeyPacket.decrypt(PGPPublicKeyEncryptedSessionKeyPacket.java:189) at cryptix.openpgp.provider.PGPDecodedMessageInputStream.engineInit(PGPDecodedMessageInputStream.java:216) at cryptix.message.stream.DecodedMessageInputStream.init(DecodedMessageInputStream.java:144) at bscw.apps.functions.DecryptFunctions.decrypt(DecryptFunctions.java:108) If I use other applications to decrypt the file using the user1 or the user2 key it seems to work fine. How can I fix this? Thank you, Ared _________________________________________________________________ Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ |
From: Andy H. <And...@km...> - 2006-05-22 09:18:05
|
Hi, Thanks=20for=20your=20reply=20Paul.=20=20The=20problem=20was=20caused=20by= =20the=20IBM=20Java Cryptography=20Extension=20(JCE)=20expiring=20on=2018=20May=202006: http://www-1.ibm.com/support/docview.wss?rs=3D0&uid=3Dswg21236118 It's=20safe=20to=20say=20that=20I'm=20not=20feeling=20a=20lot=20of=20love=20= for=20IBM=20at=20the moment. Andy. -----Original=20Message----- From:=20Paul=20SAPSFORD=20[mailto:pa...@ro...]=20 Sent:=2020=20May=202006=2001:01 To:=20Andy=20Holt;=20c...@li... Subject:=20Re:=20[Cryptix-users]=20java.lang.NoClassDefFoundError: javax/crypto/f Hi=20Andy, something=20has=20obviously=20changed=20in=20your=20tomcat/java=20environm= ent=20-=20that is=20 what=20needs=20to=20be=20investigated.=20Sorry=20if=20I'm=20stating=20the=20= obvious=20but=20in 20+=20 yrs=20of=20computing=20I=20can=20guarentee=20you=20this=20is=20the=20probl= em. All=20the=20best=20(&=20I=20know=20how=20bloody=20frustrating=20these=20si= tuations=20are) Paul. -----=20Original=20Message=20-----=20 From:=20"Andy=20Holt"=20<And...@km...> To:=20<cry...@li...> Sent:=20Friday,=20May=2019,=202006=204:22=20PM Subject:=20[Cryptix-users]=20java.lang.NoClassDefFoundError:=20javax/crypt= o/f Encryption=20on=20our=20web=20site,=20has=20suddenly=20(an=20apparently=20= without=20reason) stopped=20working.=20=20All=20attempts=20to=20use=20the=20Cryptix=20libs=20= result=20in exceptions=20such=20as: java.lang.NoClassDefFoundError:=20javax/crypto/f at=20javax.crypto.Cipher.getInstance(Unknown=20Source) The=20site=20has=20been=20working=20with=20encryption=20for=20two=20years=20= with=20no problems,=20so=20I'm=20somewhat=20baffled=20as=20to=20why=20it's=20suddenl= y=20stopped.=20=20Any ideas=20would=20be=20appreciated. -=20Andy=20H ________________________________________________________________________ _______ The=20information=20transmitted=20is=20intended=20only=20for=20the=20perso= n=20or=20entity=20to which=20it=20is=20addressed=20and=20may=20contain=20confidential=20and/or=20= privileged=20 material. Any=20review,=20retransmission,=20dissemination=20or=20other=20use=20of,=20= or=20taking=20of any action=20in=20reliance=20upon,=20this=20information=20by=20persons=20or=20= entities=20other than the=20intended=20recipient=20is=20prohibited.=20If=20you=20received=20this= =20in=20error, please contact=20the=20sender=20and=20delete=20the=20material=20from=20any=20comp= uter. ------------------------------------------------------- Using=20Tomcat=20but=20need=20to=20do=20more?=20Need=20to=20support=20web=20= services, security? Get=20stuff=20done=20quickly=20with=20pre-integrated=20technology=20to=20m= ake=20your=20job=20 easier Download=20IBM=20WebSphere=20Application=20Server=20v.1.0.1=20based=20on=20= Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 _______________________________________________ Cryptix-Users=20mailing=20list Cry...@li... https://lists.sourceforge.net/lists/listinfo/cryptix-users __________________________________________________________________________= _____ The=20information=20transmitted=20is=20intended=20only=20for=20the=20perso= n=20or=20entity=20to which=20it=20is=20addressed=20and=20may=20contain=20confidential=20and/or=20= privileged=20material. Any=20review,=20retransmission,=20dissemination=20or=20other=20use=20of,=20= or=20taking=20of=20any action=20in=20reliance=20upon,=20this=20information=20by=20persons=20or=20= entities=20other=20than the=20intended=20recipient=20is=20prohibited.=20If=20you=20received=20this= =20in=20error,=20please contact=20the=20sender=20and=20delete=20the=20material=20from=20any=20comp= uter. |
From: <alf...@te...> - 2006-05-22 09:03:10
|
Hi, I want to store my public key and private key in 2 different files, s= o But, in the GetEncoded(), I have got this message : java.lang.RuntimeException: PANIC at cryptix.jce.provider.rsa.RSAPublicKeyCryptix.getEncoded(RSAPublicKeyCry= ptix.java:82) at test.TestAsymetrique.main(TestAsymetrique.java:89) Exception in thread "main" Maybe anyone could help me ? Thank you. _______________________________________________________________________= ____ Este mensaje se dirige exclusivamente a su destinatario y puede contene= r informaci=F3n privilegiada o confidencial. Si no es vd. el destinatario= indicado, queda notificado de que la lectura, utilizaci=F3n, divulgaci=F3= n y/o copia sin autorizaci=F3n est=E1 prohibida en virtud de la legislaci=F3n= vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v=EDa y proceda a su destrucci=F3n. El correo electr=F3nico v=EDa Internet no permite asegurar la confidenc= ialidad de los mensajes que se transmiten ni su integridad o correcta recepci=F3= n. Telef=F3nica no asume ninguna responsabilidad por estas circunstancias.= This message is intended exclusively for its addressee and may contain information that is CONFIDENTIAL and protected by a professional privil= ege or whose disclosure is prohibited by law.If you are not the intended recipient you are hereby notified that any read, dissemination, copy or= disclosure of this communication is strictly prohibited by law. If this= message has been received in error, please immediately notify us via e-= mail and delete it. Internet e-mail neither guarantees the confidentiality nor the integrit= y or proper receipt of the messages sent. Telef=F3nica does not assume any liability for those circumstances. _______________________________________________________________________= ____= |
From: Paul S. <pa...@ro...> - 2006-05-20 00:01:01
|
Hi Andy, something has obviously changed in your tomcat/java environment - that is= =20 what needs to be investigated. Sorry if I'm stating the obvious but in 20= +=20 yrs of computing I can guarentee you this is the problem. All the best (& I know how bloody frustrating these situations are) Paul. ----- Original Message -----=20 From: "Andy Holt" <And...@km...> To: <cry...@li...> Sent: Friday, May 19, 2006 4:22 PM Subject: [Cryptix-users] java.lang.NoClassDefFoundError: javax/crypto/f Encryption on our web site, has suddenly (an apparently without reason) stopped working. All attempts to use the Cryptix libs result in exceptions such as: java.lang.NoClassDefFoundError: javax/crypto/f at javax.crypto.Cipher.getInstance(Unknown Source) The site has been working with encryption for two years with no problems, so I'm somewhat baffled as to why it's suddenly stopped. Any ideas would be appreciated. - Andy H _________________________________________________________________________= ______ The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged=20 material. Any review, retransmission, dissemination or other use of, or taking of a= ny action in reliance upon, this information by persons or entities other th= an the intended recipient is prohibited. If you received this in error, plea= se contact the sender and delete the material from any computer. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job=20 easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642 _______________________________________________ Cryptix-Users mailing list Cry...@li... https://lists.sourceforge.net/lists/listinfo/cryptix-users |
From: Andy H. <And...@km...> - 2006-05-19 15:27:36
|
Encryption=20on=20our=20web=20site,=20has=20suddenly=20(an=20apparently=20= without=20reason) stopped=20working.=20=20All=20attempts=20to=20use=20the=20Cryptix=20libs=20= result=20in exceptions=20such=20as: java.lang.NoClassDefFoundError:=20javax/crypto/f=20 at=20javax.crypto.Cipher.getInstance(Unknown=20Source) The=20site=20has=20been=20working=20with=20encryption=20for=20two=20years=20= with=20no problems,=20so=20I'm=20somewhat=20baffled=20as=20to=20why=20it's=20suddenl= y=20stopped.=20=20Any ideas=20would=20be=20appreciated. -=20Andy=20H=20 __________________________________________________________________________= _____ The=20information=20transmitted=20is=20intended=20only=20for=20the=20perso= n=20or=20entity=20to which=20it=20is=20addressed=20and=20may=20contain=20confidential=20and/or=20= privileged=20material. Any=20review,=20retransmission,=20dissemination=20or=20other=20use=20of,=20= or=20taking=20of=20any action=20in=20reliance=20upon,=20this=20information=20by=20persons=20or=20= entities=20other=20than the=20intended=20recipient=20is=20prohibited.=20If=20you=20received=20this= =20in=20error,=20please contact=20the=20sender=20and=20delete=20the=20material=20from=20any=20comp= uter. |
From: <JMi...@in...> - 2006-05-19 12:30:28
|
No clue, sounds like a bug. I'll just offer that the jars I found at bouncycastle.org work well for non-signed files of large and various size. I can't get their stuff to work for signed files though. -Jack Original message: Date: Thu, 18 May 2006 16:33:40 -0400 From: "George Lind" <Ge...@Pr...> To: <cry...@li...> Subject: [Cryptix-users] stream decrypt signed file I had posted a question earlier that I was having a problem with stream decrypting. I have been able to determine that the problem only occurs when the file is 1020 bytes long. Adding one byte or removing one byte from the file allows the decryption to work. =20 Does anyone have any idea? George =20 ------_=_NextPart_001_01C67ABA.5952E2DA Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns=3D"http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> </head> <body lang=3DEN-US link=3Dblue vlink=3Dpurple> <div class=3DSection1> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>I had posted a question earlier that I was having a = problem with stream decrypting. I have been able to determine that the problem = only occurs when the file is 1020 bytes long. Adding one byte or removing one = byte from the file allows the decryption to work. = <o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p> </o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>Does anyone have any = idea?<o:p></o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'><o:p> </o:p></span></font></p> <p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>George <o:p></o:p></span></font></p> </div> </body> </html> ------_=_NextPart_001_01C67ABA.5952E2DA-- --__--__-- _______________________________________________ Cryptix-Users mailing list Cry...@li... https://lists.sourceforge.net/lists/listinfo/cryptix-users End of Cryptix-Users Digest -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |
From: George L. <Ge...@Pr...> - 2006-05-18 20:34:01
|
I had posted a question earlier that I was having a problem with stream decrypting. I have been able to determine that the problem only occurs when the file is 1020 bytes long. Adding one byte or removing one byte from the file allows the decryption to work. =20 =20 Does anyone have any idea? =20 George =20 |
From: amitesh k. <ami...@gm...> - 2006-05-18 12:26:56
|
I'm doing a little something for the mother earth, and I thought you might like to join me: http://friends.earthscreen.com/?r=3DYSEkR4kFhBRSCWcACSsE&i=3Dgmail&ml=3Dcry= pti...@li...&p=3D2&z=3D1&tc=3D11 |
From: amitesh k. <ami...@gm...> - 2006-05-18 12:06:45
|
I'm doing a little something for the earth, and I thought I'd invite you to join me: http://friends.earthscreen.com/?r=3DISEkJ4kFhBRSCWcACSsE&i=3Dgmail&ml=3Dcry= pti...@li...&p=3D1&z=3D1&tc=3D11 |
From: Priya R. <pri...@gm...> - 2006-05-16 15:03:49
|
Hello, I have a requirement where in I need to first Encrypt and then Sign a file. The implementation provided does not support this. Is there a way I can get this done? Thanks Priya |
From: <JMi...@in...> - 2006-05-11 16:38:42
|
Hi, I'm trying to decrypt a PGP encrypted file, and StreamDecryptVerify.java just hangs on the line decodedInputStream.init(fileInputStream, this, this); The encrypted file is only 389kb. Decrypt.java works fine. Any ideas? Bueller? -Jack |
From: Kapadi, A. <AK...@ti...> - 2006-05-11 16:15:28
|
Hi, =20 I was able to solve the problem I had below. Now I am able to encrypt the= Text or ASCII file using Cryptix but when the file size is big (>10Mb), it= takes a long time to do the encryption. The following is code snippet I am= using.=20 =20 java.io.BufferedReader in =3D new java.io.BufferedReader(new java.io.FileR= eader(new java.io.File(textFile))); String line =3D null; while ((line=3Din.readLine()) !=3D null) { msg =3D msg.concat(line); msg =3D msg.concat("\n"); } in.close(); LiteralMessageBuilder lmb =3D LiteralMessageBuilder.getInstance= ("OpenPGP"); lmb.init(msg.getBytes()); litmsg =3D (LiteralMessage) lmb.build();=20 =20 I used to pass the string object to INIT method of LiteralMessageBuilder bu= t changed to bytes assuming it would be faster. It is faster compared to wh= en I used to pass the string but still it takes around 2hrs+ to encrypt any= file bigger than 10Mb. Did any one encounter this problem? Any suggestions= to improve the speed?=20 Thanks,=20 ----------------------=20 Avinash=20 -----Original Message----- From: cry...@li... [mailto:cryptix-users-admin= @lists.sourceforge.net]On Behalf Of Kapadi, Avinash Sent: Wednesday, May 10, 2006 11:37 AM To: Subject: [Cryptix-users] Problem with Cryptix JCE Provider Hi,=20 I am having problem while encrypting a text file using Cryptix. I am usin= g RSA legacy (2048 bit) key for encryption. When I run my program to do the= encryption, I get an error saying=20 "Exception in thread "main" java.lang.SecurityException: invalid SHA1 signa= ture File digest for cryptix/jce/provider/rsa/RSAPublicKeyCryptix.class" I have downloaded all the related jar files and also unlimited strength po= licy file from Sun. I am not able to figure out what else could be going wr= ong. Any help would be greatly appreciated. Thanks,=20 ----------------------=20 Avinash=20 ************************************************************** This message, including any attachments, contains confidential information = intended for a specific individual and purpose, and is protected by law. If= you are not the intended recipient, please contact sender immediately by r= eply e-mail and destroy all copies. You are hereby notified that any disclo= sure, copying, or distribution of this message, or the taking of any action= based on it, is strictly prohibited. TIAA-CREF ************************************************************** ************************************************************** This message, including any attachments, contains confidential information = intended for a specific individual and purpose, and is protected by law. I= f you are not the intended recipient, please contact sender immediately by = reply e-mail and destroy all copies. You are hereby notified that any disc= losure, copying, or distribution of this message, or the taking of any acti= on based on it, is strictly prohibited. TIAA-CREF ************************************************************** |
From: George L. <Ge...@Pr...> - 2006-05-10 20:30:29
|
I am using the StreamDecryptVerify sample to decrypt a file that I have previously encrypted but not signed. I am getting the following exception: =20 java.io.IOException: cryptix.openpgp.PGPFatalDataFormatException: Read tried past end of inputstream. at cryptix.openpgp.provider.PGPDecodedMessageInputStream$LiteralInputStream .read(PGPDecodedMessageInputStream.java:595) at cryptix.openpgp.provider.PGPDecodedMessageInputStream.engineRead(PGPDeco dedMessageInputStream.java:472) at cryptix.message.stream.DecodedMessageInputStream.read(DecodedMessageInpu tStream.java:156) at java.io.InputStream.read(InputStream.java:89) at com.proginet.sift.pgp.VerifyDecompressDecryptFile.decrypt(VerifyDecompre ssDecryptFile.java:117) at com.proginet.sift.pgp.VerifyDecompressDecryptFile.start(VerifyDecompress DecryptFile.java:63) at com.proginet.sift.pgp.VerifyDecompressDecryptFile.main(VerifyDecompressD ecryptFile.java:54) java.lang.Exception: IO error. at com.proginet.sift.pgp.VerifyDecompressDecryptFile.decrypt(VerifyDecompre ssDecryptFile.java:176) at com.proginet.sift.pgp.VerifyDecompressDecryptFile.start(VerifyDecompress DecryptFile.java:63) at com.proginet.sift.pgp.VerifyDecompressDecryptFile.main(VerifyDecompressD ecryptFile.java:54) IO error. When I encrypt and sign the file the decryption works fine. What is causing this problem? =20 Thanks, George =20 |
From: Kapadi, A. <AK...@ti...> - 2006-05-10 15:36:58
|
Hi, I am having problem while encrypting a text file using Cryptix. I am usin= g RSA legacy (2048 bit) key for encryption. When I run my program to do the= encryption, I get an error saying=20 "Exception in thread "main" java.lang.SecurityException: invalid SHA1 signa= ture File digest for cryptix/jce/provider/rsa/RSAPublicKeyCryptix.class" I have downloaded all the related jar files and also unlimited strength po= licy file from Sun. I am not able to figure out what else could be going wr= ong. Any help would be greatly appreciated. Thanks, ---------------------- Avinash ************************************************************** This message, including any attachments, contains confidential information = intended for a specific individual and purpose, and is protected by law. I= f you are not the intended recipient, please contact sender immediately by = reply e-mail and destroy all copies. You are hereby notified that any disc= losure, copying, or distribution of this message, or the taking of any acti= on based on it, is strictly prohibited. TIAA-CREF ************************************************************** |
From: Kapadi, A. <AK...@ti...> - 2006-05-10 14:51:57
|
Hi, I am having problem while encrypting a text file using Cryptix. I am usin= g RSA legacy (2048 bit) key for encryption. When I run my program to do the= encryption, I get an error saying=20 "Exception in thread "main" java.lang.SecurityException: invalid SHA1 signa= ture File digest for cryptix/jce/provider/rsa/RSAPublicKeyCryptix.class" I have downloaded all the related jar files and also unlimited strength po= licy file from Sun. I am not able to figure out what else could be going wr= ong. Any help would be greatly appreciated. Thanks, ---------------------- Avinash ************************************************************** This message, including any attachments, contains confidential information = intended for a specific individual and purpose, and is protected by law. I= f you are not the intended recipient, please contact sender immediately by = reply e-mail and destroy all copies. You are hereby notified that any disc= losure, copying, or distribution of this message, or the taking of any acti= on based on it, is strictly prohibited. TIAA-CREF ************************************************************** |
From: George L. <Ge...@Pr...> - 2006-05-09 18:24:47
|
I am using the EncryptedMessageOutputStream to encrypt but not sign a text file. I am writing the encrypted output to a file. The resulting file is much larger than the original. The original 6.4 M text files produces a 6.45M encrypted file. It is my understanding that compression occurs automatically. I tried setting the "compressed" attribute but that is not supported. Am I missing something? =20 Thanks, George =20 =20 |
From: amr k. <amr...@gm...> - 2006-05-09 12:31:33
|
hi all, i ve read the EncryptAndSigned example that came with cryptix-openpgp library but what algorithms used "both symmetric and asymmetric algorithms" and how can i specify other algorithms to use? also compression, i think according to openpgp rfc is ZIP right? thanks alot in advance :) |
From: George L. <Ge...@Pr...> - 2006-05-08 20:31:12
|
I am using the EncryptedMessageOutputStream to encrypt but not sign a text file. I am writing the encrypted output to a file. The resulting file is much larger than the original. The original 6.4 M text files produces a 6.45M encrypted file. It is my understanding that compression occurs automatically. I tried setting the "compressed" attribute but that is not supported. Am I missing something? =20 Thanks, George Lind =20 |
From: Jigar P. <jig...@gm...> - 2006-05-07 01:20:14
|
The import cryptix.asn1.lang.ASNObject cannot be resolved The import cryptix.asn1.lang.ASNSpecification cannot be resolved The import cryptix.asn1.lang.Parser cannot be resolved The import *cryptix.asn1.lang.ParseException* cannot be resolved The import cryptix.asn1.lang.ASNBitString cannot be resolved The import cryptix.asn1.encoding.BaseCoder cannot be resolved The import cryptix.asn1.encoding.CoderOperations cannot be resolved The import cryptix.asn1.encoding.DER cannot be resolved thx for ur help if u have this packages can u please email me on jig...@gm... jigar |
From: Paul S. <pa...@ro...> - 2006-05-05 07:57:23
|
Hi everyone, during Cryptix installation, the local_policy.jar has to be placed in = folder java/jre/lib/security. Just wondering if anyone knows of a software workaround where the policy = object can be created and/or overwrites exisiting policy objects, thus = avoiding having to alter the jre? If you have any coding examples I would be really grateful. Kind Regards, Paul. |
From: Slava P. <sl...@on...> - 2006-05-04 12:09:37
|
Hi, Could anybody help with NegativeArraySizeException or ArrayIndexOutOfBoundsException during cryptix decoding? java.lang.NegativeArraySizeException at cryptix.jce.provider.cipher.BlockCipher.engineDoFinal(BlockCipher.java:377) at javax.crypto.Cipher.doFinal(DashoA6275) at com.futuretrade.common.FTOcryptixEncoder.decode(FTOcryptixEncoder.java:171) We expecting this problem during application webstart run. Actually problem appears when before decoding aplication do some recources extraction from jar files and works with URL object. We were unable to reproduce this problem on local machine without webstart. Data for decoding was "2DA2015CB6C13740" and cipher initialization was done like: KeyGenerator keygen = KeyGenerator.getInstance( "DES", "CryptixCrypto" ); SecureRandom random = new SecureRandom( seed ); keygen.init( random ); key = keygen.generateKey(); cipher = Cipher.getInstance( "DES/ECB/PKCS5Padding", "CryptixCrypto" ); Best regards Slava Polipartov |