Port details on branch 2024Q3 |
- py-pycryptodome Cryptographic library for Python
- 3.21.0 security =4 3.21.0Version of this port present on the latest quarterly branch.
- Maintainer: john@saltant.com
- Port Added: 2016-01-10 13:44:10
- Last Update: 2024-10-28 07:04:46
- Commit Hash: d732b8d
- People watching this port, also watch:: py311-pycryptodomex, samba419, openjpeg, openssl, bash
- 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}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/security/py-pycryptodome/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-pycryptodome
- pkg install py311-pycryptodome
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-pycryptodome listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pycryptodome
- Package flavors (<flavor>: <package>)
- py311: py311-pycryptodome
- distinfo:
- TIMESTAMP = 1728944664
SHA256 (pycryptodome-3.21.0.tar.gz) = f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297
SIZE (pycryptodome-3.21.0.tar.gz) = 4818071
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- security/py-pycryptodomex
- 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
-
- net/kippo
- for Run
-
- comms/py-spsdk
- deskutils/calibre
- finance/py-pythclient
- finance/py-python-binance
- multimedia/streamlink
- net/kippo
- net/py-cepa
-
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-pycryptodome
- 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:
|