[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: rptdocument file encryption

Lisa,

There currently is no extension for this, but the report engine does support IDocArchiveReader and IDocArhiveWriter interfaces that control how the report document is read and written. The report engine also has methods for calling your specific instance of these interfaces. If you are using the BIRT Viewer you would need to make a good bit of changes around opening and running a report though. You may want to log an enhancement request for this.

Jason

Lisa Li wrote:
Hi,

Since the rptdocument files are saved on the file system, we need to encrypt the file. Is there a place we can plug in encrytion/decrytion of the file? for example, we may encrypt the data before writing to the file system, and decrypt the data after reading from the file system.

Regards,
Lisa