Port details |
- py-pycryptodomex Cryptographic library for Python
- 3.21.0 security
=9 3.21.0Version of this port present on the latest quarterly branch. - Maintainer: john@saltant.com
 - Port Added: 2018-06-17 01:54:47
- Last Update: 2024-10-28 07:04:46
- Commit Hash: d732b8d
- People watching this port, also watch:: py311-cryptography, gnutls, tiff, openjpeg, libevent
- Also Listed In: python
- License: BSD2CLAUSE PD
- WWW:
- https://www.pycryptodome.org/
- Description:
- PyCryptodome is a fork of PyCrypto. It brings the following
enhancements with respect to the last official version of
PyCrypto (2.6.1):
* Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
* Accelerated AES on Intel platforms via AES-NI
* First class support for PyPy
* Elliptic curves cryptography (NIST P-curves; Ed25519, Ed448, Curve25519)
* Better and more compact API
* SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
* Salsa20 and ChaCha20 stream ciphers
* scrypt and HKDF
* Deterministic (EC)DSA and EdDSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
* Random numbers get sourced directly from the OS (and not from
a CSPRNG in userspace)
* Simplified install process, including better support for Windows
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-pycryptodomex/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-pycryptodomex
- pkg install py311-pycryptodomex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pycryptodomex listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pycryptodomex
- Package flavors (<flavor>: <package>)
- py311: py311-pycryptodomex
- distinfo:
- TIMESTAMP = 1730098751
SHA256 (pycryptodomex-3.21.0.tar.gz) = 222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c
SIZE (pycryptodomex-3.21.0.tar.gz) = 4818543
Packages (timestamps in pop-ups are UTC):
- Master port: security/py-pycryptodome
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pycryptodome-test-vectors>=0 : security/py-pycryptodome-test-vectors@py311
- gmp>=0 : math/gmp
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- www/yt-dlp
- for Run
-
- archivers/py-py7zr
- devel/py-pyzipper
- multimedia/tautulli
- net/py-blobfile
- net/py-impacket
- net-mgmt/py-pysnmp
- security/py-exscript
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- security_py-pycryptodomex
- USES:
- cpe python
- pkg-message:
- For install:
- Install the math/gmp port to enable accelerated processing with the GNU
Multiple Precision Arithmetic Library. PyCryptodome will use the
optional enhancement at runtime automatically if the library is
available.
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: security/py-pycryptodome | Commit | Credits | Log message |
3.21.0 28 Oct 2024 07:04:46
    |
Li-Wen Hsu (lwhsu)  Author: John W. O'Brien |
security/py-pycryptodome{,x}: Update to 3.21.0
PR: 282360 |
3.20.0 15 Feb 2024 18:40:54
    |
Charlie Li (vishwin)  |
security/py-pycryptodome{,x}: update to 3.20.0
- switch to USE_PYTHON=pep517
- add math/gmp to TEST_DEPENDS to run additional GMP tests
PR: 276357
Approved by: John W. O'Brien <john[at]saltant[dot]com> (maintainer) |
3.10.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.10.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.6.1_1 17 Jun 2018 21:44:45
  |
yuri  |
security/py-pycryptodomex: Fix build by creating a special file in WRKSRC
See https://github.com/Legrandin/pycryptodome/blob/v3.6.1/setup.py#L39-L48
PR: 225217
Reported by: John W. O'Brien <john@saltant.com> (maintainer) |
3.6.1_1 17 Jun 2018 01:33:49
  |
yuri  |
New port: security/py-pycryptodomex: Slave port of security/py-pycryptodome
It installs the same package as security/py-pycryptodome but in a different
name space, Cryptodome instead of Crypto, and therefore can be installed
together with security/py-pycrypto if desired.
PR: 225217
Submitted by: John W. O'Brien <john@saltant.com> |
Number of commits found: 6
|