Question:
Is there a way to encrypt a file like we do with the CkCrypt2::CkEncryptFile method by specifying opened file descriptors instead of file names.
What we need to do is to write a header that must not be encrypted at the begining of the encrypted file and it would be great not to have to create a temporary encrypted file.
We are using the c++ library.