Package Details: python-msoffcrypto-tool 5.3.1-1

Git Clone URL: https://aur.archlinux.org/python-msoffcrypto-tool.git (read-only, click to copy)
Package Base: python-msoffcrypto-tool
Description: A Python tool and library for decrypting encrypted MS Office files
Upstream URL: https://github.com/nolze/msoffcrypto-tool
Keywords: infosec msoffice ole security
Licenses: MIT
Submitter: backerman
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 4
Popularity: 0.176767
First Submitted: 2019-06-17 01:50 (UTC)
Last Updated: 2024-04-01 19:09 (UTC)

Latest Comments

thrasibule commented on 2022-10-31 19:35 (UTC)

so import msoffcrypto works? This is what I get, it's missing the actual library:

python-msoffcrypto-tool /usr/
python-msoffcrypto-tool /usr/bin/
python-msoffcrypto-tool /usr/bin/msoffcrypto-tool
python-msoffcrypto-tool /usr/lib/
python-msoffcrypto-tool /usr/lib/python3.10/
python-msoffcrypto-tool /usr/lib/python3.10/site-packages/
python-msoffcrypto-tool /usr/lib/python3.10/site-packages/msoffcrypto_tool-5.0.0.dist-info/
python-msoffcrypto-tool /usr/lib/python3.10/site-packages/msoffcrypto_tool-5.0.0.dist-info/LICENSE.txt
python-msoffcrypto-tool /usr/lib/python3.10/site-packages/msoffcrypto_tool-5.0.0.dist-info/METADATA
python-msoffcrypto-tool /usr/lib/python3.10/site-packages/msoffcrypto_tool-5.0.0.dist-info/RECORD
python-msoffcrypto-tool /usr/lib/python3.10/site-packages/msoffcrypto_tool-5.0.0.dist-info/WHEEL
python-msoffcrypto-tool /usr/lib/python3.10/site-packages/msoffcrypto_tool-5.0.0.dist-info/entry_points.txt
python-msoffcrypto-tool /usr/share/
python-msoffcrypto-tool /usr/share/licenses/
python-msoffcrypto-tool /usr/share/licenses/python-msoffcrypto-tool/
python-msoffcrypto-tool /usr/share/licenses/python-msoffcrypto-tool/LICENSE

lmartinez-mirror commented on 2022-10-29 20:49 (UTC)

Couldn't reproduce in a clean chroot. I did fix the missing dependency though.

lmartinez-mirror commented on 2022-10-29 20:41 (UTC)

I'll take another look, thanks for the report.

thrasibule commented on 2022-10-26 14:40 (UTC)

The latest version (5.0.0) installs an empty package, you can't import msoffcrypto. I tried to use the setup.py file to install instead and that seems to work.