How OpenDocument encryption works
OpenDocument Format files are ZIP containers. When password-protected, individual streams within the container are encrypted using Blowfish (legacy) or AES-256 in CBC/CFB mode, with a key derived from the user password via PBKDF2-SHA-1 or PBKDF2-SHA-256.