I use SCO OpenServer 5 and need to add encryption capability. Is there a standard SCO package, or should I go custom, or what?
If you want to do encryption programming that is portable then use the openssl toolkit, this implements many industry standard encryption methods.
If you need high portability, would you consider Java? Otherwise, I guess OpenSSL has been pretty "portable" already.