crypto

Does anyone know if there is a set of libs compatible with watcom c and
Java? I’ve finished my distributed application and now the client would
like to encrypt the data. TCP server on QNX is being accessed from JAVA
client on windoze. Ideally I would like to use ssl but this may be a problem
as I can’t get openssl to work right now. So I am thinking about just
encrypting the data myself using DES, 3-DES or AES… Any libs out there?

Paul