I know this must be obvious, but I have looked and looked without success.
I have a Microsoft program which uses the Crypto API CryptEncrypt() to encrypt a block of memory using RC4. The actual application is to encrypt a PDF that it generates.
I now need to port this to HP-UX, but I cannot find any equivalent system calls to encrypt a block of memory.
Can someone please point me in the right direction?
Thanks,
Ian