BSD 3-Clause License -------------------- msoffcrypto-tool-5.4.0/NOTICE.txt MIT License ----------- msoffcrypto-tool-5.4.0/LICENSE.txt Unknown or generated -------------------- msoffcrypto-tool-5.4.0/.github/SECURITY.md msoffcrypto-tool-5.4.0/.github/workflows/ci.yaml msoffcrypto-tool-5.4.0/.readthedocs.yml msoffcrypto-tool-5.4.0/CHANGELOG.md msoffcrypto-tool-5.4.0/README.md msoffcrypto-tool-5.4.0/docs/Makefile msoffcrypto-tool-5.4.0/docs/cli.rst msoffcrypto-tool-5.4.0/docs/conf.py msoffcrypto-tool-5.4.0/docs/index.rst msoffcrypto-tool-5.4.0/docs/make.bat msoffcrypto-tool-5.4.0/docs/modules.rst msoffcrypto-tool-5.4.0/docs/msoffcrypto.exceptions.rst msoffcrypto-tool-5.4.0/docs/msoffcrypto.format.rst msoffcrypto-tool-5.4.0/docs/msoffcrypto.method.container.rst msoffcrypto-tool-5.4.0/docs/msoffcrypto.method.rst msoffcrypto-tool-5.4.0/docs/msoffcrypto.rst msoffcrypto-tool-5.4.0/docs/requirements.txt msoffcrypto-tool-5.4.0/msoffcrypto/__init__.py msoffcrypto-tool-5.4.0/msoffcrypto/__main__.py msoffcrypto-tool-5.4.0/msoffcrypto/exceptions/__init__.py msoffcrypto-tool-5.4.0/msoffcrypto/format/base.py msoffcrypto-tool-5.4.0/msoffcrypto/format/common.py msoffcrypto-tool-5.4.0/msoffcrypto/format/doc97.py msoffcrypto-tool-5.4.0/msoffcrypto/format/ooxml.py msoffcrypto-tool-5.4.0/msoffcrypto/format/ppt97.py msoffcrypto-tool-5.4.0/msoffcrypto/format/xls97.py msoffcrypto-tool-5.4.0/msoffcrypto/method/container/ecma376_encrypted.py msoffcrypto-tool-5.4.0/msoffcrypto/method/ecma376_agile.py msoffcrypto-tool-5.4.0/msoffcrypto/method/ecma376_extensible.py msoffcrypto-tool-5.4.0/msoffcrypto/method/ecma376_standard.py msoffcrypto-tool-5.4.0/msoffcrypto/method/rc4.py msoffcrypto-tool-5.4.0/msoffcrypto/method/rc4_cryptoapi.py msoffcrypto-tool-5.4.0/msoffcrypto/method/xor_obfuscation.py msoffcrypto-tool-5.4.0/poetry.lock msoffcrypto-tool-5.4.0/pyproject.toml msoffcrypto-tool-5.4.0/tests/inputs/ecma376standard_password.docx msoffcrypto-tool-5.4.0/tests/inputs/example_password.docx msoffcrypto-tool-5.4.0/tests/inputs/example_password.xlsx msoffcrypto-tool-5.4.0/tests/inputs/plain.doc msoffcrypto-tool-5.4.0/tests/inputs/plain.ppt msoffcrypto-tool-5.4.0/tests/inputs/plain.xls msoffcrypto-tool-5.4.0/tests/inputs/rc4cryptoapi_password.doc msoffcrypto-tool-5.4.0/tests/inputs/rc4cryptoapi_password.ppt msoffcrypto-tool-5.4.0/tests/inputs/rc4cryptoapi_password.xls msoffcrypto-tool-5.4.0/tests/inputs/xor_password_123456789012345.xls msoffcrypto-tool-5.4.0/tests/outputs/ecma376standard_password_plain.docx msoffcrypto-tool-5.4.0/tests/outputs/example.docx msoffcrypto-tool-5.4.0/tests/outputs/example.xlsx msoffcrypto-tool-5.4.0/tests/outputs/rc4cryptoapi_password_plain.doc msoffcrypto-tool-5.4.0/tests/outputs/rc4cryptoapi_password_plain.ppt msoffcrypto-tool-5.4.0/tests/outputs/rc4cryptoapi_password_plain.xls msoffcrypto-tool-5.4.0/tests/outputs/xor_password_123456789012345_plain.xls msoffcrypto-tool-5.4.0/tests/test_cli.py msoffcrypto-tool-5.4.0/tests/test_cli.sh msoffcrypto-tool-5.4.0/tests/test_compare_known_output.py msoffcrypto-tool-5.4.0/tests/test_file_handle.py