* Fix DeprecationWarning from cryptography library (reported by dennn11, [92](https://github.com/nolze/msoffcrypto-tool/issues/92))
5.4.1
===================
* Fix for incorrect key size with 0 length keySize var (UserJHansen, [89](https://github.com/nolze/msoffcrypto-tool/pull/89))
5.4.0
===================
* Never return None in ooxml's \_parseinfo (gdesmar, [88](https://github.com/nolze/msoffcrypto-tool/pull/88))
5.3.1
===================
* Bug fixes
5.3.0
===================
* Add support for OOXML encryption, a port from the C++ library https://github.com/herumi/msoffice (stephane-rouleau, [#86](https://github.com/nolze/msoffcrypto-tool/pull/86))
5.2.0
===================
* Support XOR Obfuscation decryption for .xls documents (DissectMalware, [80](https://github.com/nolze/msoffcrypto-tool/pull/80)) * Bug fixes