.noserc
LICENSE.txt
MANIFEST.in
README.md
setup.py
msoffcrypto/__init__.py
msoffcrypto/__main__.py
msoffcrypto/format/__init__.py
msoffcrypto/format/base.py
msoffcrypto/format/common.py
msoffcrypto/format/doc97.py
msoffcrypto/format/ooxml.py
msoffcrypto/format/ppt97.py
msoffcrypto/format/xls97.py
msoffcrypto/method/__init__.py
msoffcrypto/method/ecma376_agile.py
msoffcrypto/method/ecma376_extensible.py
msoffcrypto/method/ecma376_standard.py
msoffcrypto/method/rc4.py
msoffcrypto/method/rc4_cryptoapi.py
msoffcrypto/method/xor_obfuscation.py
msoffcrypto_tool.egg-info/PKG-INFO
msoffcrypto_tool.egg-info/SOURCES.txt
msoffcrypto_tool.egg-info/dependency_links.txt
msoffcrypto_tool.egg-info/entry_points.txt
msoffcrypto_tool.egg-info/requires.txt
msoffcrypto_tool.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.sh
tests/test_compare_known_output.py
tests/test_file_handle.py
tests/inputs/ecma376standard_password.docx
tests/inputs/example_password.docx
tests/inputs/example_password.xlsx
tests/inputs/plain.doc
tests/inputs/plain.ppt
tests/inputs/plain.xls
tests/inputs/rc4cryptoapi_password.doc
tests/inputs/rc4cryptoapi_password.ppt
tests/inputs/rc4cryptoapi_password.xls
tests/outputs/ecma376standard_password_plain.docx
tests/outputs/example.docx
tests/outputs/example.xlsx
tests/outputs/rc4cryptoapi_password_plain.doc
tests/outputs/rc4cryptoapi_password_plain.ppt
tests/outputs/rc4cryptoapi_password_plain.xls