1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: python-msoffcrypto-tool
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-olefile,
python3-cryptography,
python3-poetry-core,
pybuild-plugin-pyproject
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/python-msoffcrypto-tool.git
Vcs-Browser: https://salsa.debian.org/debian/python-msoffcrypto-tool
Homepage: https://github.com/nolze/msoffcrypto-tool
Package: python3-msoffcrypto-tool
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-pkg-resources
Description: Python tool and library for decrypting MS Office files
msoffcrypto-tool (formerly ms-offcrypto-tool) is a Python tool and library
for decrypting encrypted MS Office files with password, intermediate key,
or private key which generated its escrow key.
|