notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q3
py-pycryptodome Cryptographic library for Python
3.21.0 security on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.21.0Version of this port present on the latest quarterly branch.
Maintainer: john@saltant.com search for ports maintained by this maintainer
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • py311-pycrypto
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):
py37-pycryptodome
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.9.8---3.9.8-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-pycryptodome
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--3.18.0--3.19.03.19.03.19.0
FreeBSD:14:latest--3.16.0--3.16.0-3.16.0
FreeBSD:14:quarterly-----3.19.03.19.03.19.0
FreeBSD:15:latest--n/a-n/a3.19.03.19.03.20.0
 
py311-pycryptodome
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.21.03.21.0-3.21.03.21.0---
FreeBSD:13:quarterly3.20.03.20.0-3.20.03.20.0---
FreeBSD:14:latest3.21.03.21.0-3.21.03.21.0---
FreeBSD:14:quarterly3.20.03.20.0-3.20.03.20.0---
FreeBSD:15:latest3.21.03.21.0n/a3.21.0n/a---
 
Slave ports:
  1. security/py-pycryptodomex
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pycryptodome-test-vectors>=0 : security/py-pycryptodome-test-vectors@py311
  2. gmp>=0 : math/gmp
  3. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Build
  1. net/kippo
for Run
  1. comms/py-spsdk
  2. deskutils/calibre
  3. finance/py-pythclient
  4. finance/py-python-binance
  5. multimedia/streamlink
  6. net/kippo
  7. net/py-cepa
Expand this list (18 items / 11 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. security/py-YubiOTP
  3. security/py-gpsoauth
  4. security/py-netbox-secrets
  5. security/py-potr
  6. security/py-python-jose
  7. www/onionbalance
  8. www/onionshare
  9. www/py-aiohttp-session
  10. www/seahub
  11. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. security/py-netbox-secretstore*
  2. textproc/scancode-toolkit*
  3. Collapse this list of deleted ports.
* - 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pycryptodome/
  2. https://pypi.org/packages/source/p/pycryptodome/
Collapse this list.

There are no commits on branch 2024Q3 for this port