|
Information Security
< Previous Next >
re: documentation about fix encryption
Ian Orford / Dresdner Kleinwort Wasserstein 1 Aug 2002 3:48AM ETFrom my experience with different engines that use different third party packages to implement the algorithms used in the PGP-DES-MD5 algorithm, its incredibly hard to get two independant engines to work.
In order to overcome this, I've implemented a SSL pipe using the JSSE package in Java that sits outside, and is therefore independant and invisible to the engine.
We've successfully used this pipe to establish a TLSv1 socket using SSL_RSA_WITH_RC4_128_SHA. This wasn't too difficult to do.
re: documentation about fix encryption Ian Orford / Dresdner Kleinwort Wasserstein 1 Aug 2002 3:48AM ET
|