Hi,

I am reading a file of encrypted data. Unfortunately, reading the encrypted file sometimes prematurely returns EOF. I believe that some of the data is encrypting to the EOF character but I'm not sure. Does anyone have any suggestions about how to read all the data in the file? Thanks for your help.

-C