Hi all,
We need to be able to process Word document which contain proprietary information and so would like to secure them.
I know we can use a Word password - but these can be easily cracked.
Therefore what I’m proposing is to implement a layer which:
- On saving: takes a memorystream from Aspose.Words, encrypts it with our own algorithm, and saves it to disk with our own file extension
- On loading: reads the file from disk, decrypts it, and presents it to Aspose.Words via a memorystream
Can Aspose.Words use memorystreams like this?
I’m aware of the potential memory overhead - our documents will generally be pretty small.
Regards,
James