Blowfish Security Algorithm missing?
Blowfish Security Algorithm missing?
- Subject: Blowfish Security Algorithm missing?
- From: Kieran Kelleher <email@hidden>
- Date: Tue, 26 Apr 2011 13:34:30 -0400
I restarted my MacPro last night and today, I began getting this error in one of my apps on MacPro dev machine:
java.security.NoSuchAlgorithmException: Cannot find any provider supporting Blowfish/ECB/NoPadding at javax.crypto.Cipher.getInstance(DashoA13*..:Unknown) at er.extensions.crypting.ERXAbstractBlowfishCrypter.createBlowfishCipher(ERXAbstractBlowfishCrypter.java:76) at er.extensions.crypting.ERXAbstractBlowfishCrypter.decryptCipher(ERXAbstractBlowfishCrypter.java:109) at er.extensions.crypting.ERXAbstractBlowfishCrypter.decrypt(ERXAbstractBlowfishCrypter.java:147) at wk.eofextensions.EncodedString.blowfishDecode(EncodedString.java:206) at wk.eofextensions.EncodedString.createInstanceFromEncodedString(EncodedString.java:57) (stack trace truncated ......)
It is failing on this line in Wonder: Cipher cipher = Cipher.getInstance("Blowfish/ECB/NoPadding");
The last update I did w Apr 17 (see attached screenshot of InstallHistory.plist). My laptop is identical OS X 10.6.7, Java update 4, Wonder version with exception of these updates. Yet, I know this code worked last week after those updates, so what gives?
Any ideas/suggestions?
Kieran
PS. And yeah, I did rebuild entire workspace, quit and restart the machine already .... more than once :-(
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden