1
0
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:
Antoine Brodin 2018-12-12 21:01:51 +00:00
parent 98eeedd008
commit 9b2f9b201f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487325
4 changed files with 30 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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