mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
New port: security/py-msoffcrypto-tool
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. WWW: https://github.com/nolze/msoffcrypto-tool
This commit is contained in:
parent
98eeedd008
commit
9b2f9b201f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487325
@ -981,6 +981,7 @@
|
||||
SUBDIR += py-mhash
|
||||
SUBDIR += py-mixbox
|
||||
SUBDIR += py-mnemonic
|
||||
SUBDIR += py-msoffcrypto-tool
|
||||
SUBDIR += py-netmiko
|
||||
SUBDIR += py-ntlm-auth
|
||||
SUBDIR += py-oauth2client
|
||||
|
21
security/py-msoffcrypto-tool/Makefile
Normal file
21
security/py-msoffcrypto-tool/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msoffcrypto-tool
|
||||
PORTVERSION= 4.6.3
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Python tool and library for decrypting MS Office files
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.3:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}olefile>=0.45:devel/py-olefile@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= concurrent distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-msoffcrypto-tool/distinfo
Normal file
3
security/py-msoffcrypto-tool/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544647358
|
||||
SHA256 (msoffcrypto-tool-4.6.3.tar.gz) = d97b14314c9a744b94abdfa7f623af4fccdaf9d34cdb173acaf38351e18a9a39
|
||||
SIZE (msoffcrypto-tool-4.6.3.tar.gz) = 16068
|
5
security/py-msoffcrypto-tool/pkg-descr
Normal file
5
security/py-msoffcrypto-tool/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
WWW: https://github.com/nolze/msoffcrypto-tool
|
Loading…
Reference in New Issue
Block a user