jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Add encrypted elements #197

Closed jferard closed 4 years ago

jferard commented 4 years ago

Probably not easy: the file should be encrypted, and the manifest should contain information on the encryption.

See:

jferard commented 4 years ago

See: https://stackoverflow.com/questions/62001716/encrypt-a-file-inside-an-ods-archive

Roadmap:

This will improve the design: OdsElements.EMPTY_ELEMENT_NAMES and ManifestElement.ENTRIES should be unified.