Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   Signature classes have been tampered with (http://www.velocityreviews.com/forums/t739619-signature-classes-have-been-tampered-with.html)

Tim Slattery 12-06-2010 07:14 PM

Signature classes have been tampered with
 
We're using Entrust file encryption products. I have a program running
under WebLogic using their jar files, which works fine. To start out,
you create a com.entrust.toolkit.User object, then call the "login"
method on it passing the name of a certificate file (in their .epf
format) and a password.

Another programmer in the office is writing a standalone Java program
to read the files that I'm encrypting. He makes the same call but gets
"Signature classes have been tampered with"

from someplace in the javax.crypto package (which must be called from
the Entrust package, we don't call it ourselves).

Has anybody run into this? How can we get around it?

--
Tim Slattery
Slattery_T@bls.gov
http://members.cox.net/slatteryt

Roedy Green 12-07-2010 09:37 AM

Re: Signature classes have been tampered with
 
On Mon, 06 Dec 2010 14:14:17 -0500, Tim Slattery <Slattery_T@bls.gov>
wrote, quoted or indirectly quoted someone who said :

>
>Another programmer in the office is writing a standalone Java program
>to read the files that I'm encrypting. He makes the same call but gets
>"Signature classes have been tampered with"


You must use the exact same key to sign everything.
--
Roedy Green Canadian Mind Products
http://mindprod.com

In programming, and documenting programs, keep vocabulary consistent and precisely defined! Variation in vocabulary to relieve the tedium is for novels.


All times are GMT. The time now is 08:32 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57