Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-msoffcrypto | Distribution: Fedora Project |
Version: 5.4.0 | Vendor: Fedora Project |
Release: 3.fc41 | Build date: Fri Jul 19 15:23:27 2024 |
Group: Unspecified | Build host: buildvm-s390x-02.s390.fedoraproject.org |
Size: 400934 | Source RPM: msoffcrypto-tool-5.4.0-3.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/nolze/msoffcrypto-tool | |
Summary: Python library for decrypting MS Office files with passwords or other keys |
The msoffcrypto-tool (formerly ms-offcrypto-tool) is a Python tool and library for decrypting encrypted Microsoft Office files with password, intermediate key, or private key which generated its escrow key.
MIT
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 5.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <[email protected]> - 5.4.0-2 - Rebuilt for Python 3.13 * Sat May 04 2024 Michal Ambroz <rebus _AT seznam.cz> 5.4.0-1 - Upgrade to 5.4.0 * Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 5.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 5.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Nov 02 2023 Michal Ambroz <rebus _AT seznam.cz> 5.1.1-1 - Upgrade to 5.1.1 * Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 5.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint <[email protected]> - 5.0.0-3 - Rebuilt for Python 3.12 * Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 5.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Oct 26 2022 Michal Ambroz <rebus _AT seznam.cz> 5.0.0-1 - Upgrade to 5.0.0 - migrate the spec to poetry / pyproject-rpm-macros * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 4.11.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/lib/python3.13/site-packages/msoffcrypto /usr/lib/python3.13/site-packages/msoffcrypto/__init__.py /usr/lib/python3.13/site-packages/msoffcrypto/__main__.py /usr/lib/python3.13/site-packages/msoffcrypto/__pycache__ /usr/lib/python3.13/site-packages/msoffcrypto/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/exceptions /usr/lib/python3.13/site-packages/msoffcrypto/exceptions/__init__.py /usr/lib/python3.13/site-packages/msoffcrypto/exceptions/__pycache__ /usr/lib/python3.13/site-packages/msoffcrypto/exceptions/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/exceptions/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format /usr/lib/python3.13/site-packages/msoffcrypto/format/__init__.py /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__ /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/common.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/common.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/doc97.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/doc97.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/ooxml.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/ooxml.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/ppt97.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/ppt97.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/xls97.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/__pycache__/xls97.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/format/base.py /usr/lib/python3.13/site-packages/msoffcrypto/format/common.py /usr/lib/python3.13/site-packages/msoffcrypto/format/doc97.py /usr/lib/python3.13/site-packages/msoffcrypto/format/ooxml.py /usr/lib/python3.13/site-packages/msoffcrypto/format/ppt97.py /usr/lib/python3.13/site-packages/msoffcrypto/format/xls97.py /usr/lib/python3.13/site-packages/msoffcrypto/method /usr/lib/python3.13/site-packages/msoffcrypto/method/__init__.py /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__ /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/ecma376_agile.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/ecma376_agile.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/ecma376_extensible.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/ecma376_extensible.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/ecma376_standard.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/ecma376_standard.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/rc4.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/rc4.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/rc4_cryptoapi.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/rc4_cryptoapi.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/xor_obfuscation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/__pycache__/xor_obfuscation.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/container /usr/lib/python3.13/site-packages/msoffcrypto/method/container/__init__.py /usr/lib/python3.13/site-packages/msoffcrypto/method/container/__pycache__ /usr/lib/python3.13/site-packages/msoffcrypto/method/container/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/container/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/container/__pycache__/ecma376_encrypted.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/container/__pycache__/ecma376_encrypted.cpython-313.pyc /usr/lib/python3.13/site-packages/msoffcrypto/method/container/ecma376_encrypted.py /usr/lib/python3.13/site-packages/msoffcrypto/method/ecma376_agile.py /usr/lib/python3.13/site-packages/msoffcrypto/method/ecma376_extensible.py /usr/lib/python3.13/site-packages/msoffcrypto/method/ecma376_standard.py /usr/lib/python3.13/site-packages/msoffcrypto/method/rc4.py /usr/lib/python3.13/site-packages/msoffcrypto/method/rc4_cryptoapi.py /usr/lib/python3.13/site-packages/msoffcrypto/method/xor_obfuscation.py /usr/lib/python3.13/site-packages/msoffcrypto_tool-5.4.0.dist-info /usr/lib/python3.13/site-packages/msoffcrypto_tool-5.4.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/msoffcrypto_tool-5.4.0.dist-info/LICENSE.txt /usr/lib/python3.13/site-packages/msoffcrypto_tool-5.4.0.dist-info/METADATA /usr/lib/python3.13/site-packages/msoffcrypto_tool-5.4.0.dist-info/NOTICE.txt /usr/lib/python3.13/site-packages/msoffcrypto_tool-5.4.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/msoffcrypto_tool-5.4.0.dist-info/entry_points.txt /usr/share/licenses/python3-msoffcrypto /usr/share/licenses/python3-msoffcrypto/LICENSE.txt /usr/share/licenses/python3-msoffcrypto/NOTICE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Dec 4 01:32:32 2024