
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
It supports Python 2.7, Python 3.7 and newer, and PyPy.
You can install it with::
pip install pycryptodome
All modules are installed under the Crypto
package.
Check the pycryptodomex_ project for the equivalent library that
works under the Cryptodome
package.
PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance:
nonce
and iv
attributes for ciphers,
automatic generation of random nonces and IVs, simplified CTR cipher mode,
and more)PyCryptodome is not a wrapper to a separate C library like OpenSSL. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions.
For more information, see the homepage
_.
All the code can be downloaded from GitHub
_.
.. _pycryptodomex: https://pypi.python.org/pypi/pycryptodomex
.. _homepage
: http://www.pycryptodome.org
.. _GitHub: https://github.com/Legrandin/pycryptodome
FAQs
Cryptographic library for Python
We found that pycryptodome demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.