Archived Forum Post

Index of archived forum posts

Question:

File encryption descriptors c++

Feb 17 '15 at 11:32

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.