Help Please this is an SOS
Hai to all
i have been working on Cryptography using Symmetric
PBE techniqure with "PBEWithMD5AndDES" as the encryption engine
when i went for upgrading using cryptix
i nstalled cryptix and when i ran my previously built program
i got an error like this:
Exception in thread "main" java.lang.ExceptionInInitializerError
at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
at CopyProtector.<init>(CopyProtector.java:20)
at ComicDecryptor.decrypt(ComicDecryptor.java:21)
at RssComicProtector.callDecrypt(RssComicProtector.java:58)
at RssComicProtector.main(RssComicProtector.java:112)
Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs: java.util.jar.JarException: file:d:/jdk1.4/jre/lib/security/US_export_policy.jar is not signed by a trusted signer.
at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
... 5 more
kindly help me in solving this problem
--
balki

