pycrypto/pycrypto
The Python Cryptography Toolkit observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5756
- days_rel: n/a
- days_push: 1680
- n_releases_24m: 0
Adoption not part of the score
2474 stars · 630 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyCrypto is the Python Cryptography Toolkit, providing secure hash functions (SHA256, RIPEMD160) and encryption algorithms (AES, DES, RSA, ElGamal) plus a random number generator. It is officially unmaintained, obsolete, and contains known security vulnerabilities.
Use cases
- encrypt and decrypt data with AES in Python
- compute SHA256 hashes of messages
- generate RSA key pairs and encrypt data
- generate cryptographically secure random bytes
- build secure client-server communication with encryption
- prototype cryptographic algorithms in Python
When to choose
- you are studying or maintaining legacy code that already depends on PyCrypto 2.x
- you need the historical API for reference purposes
When to avoid
- starting any new Python project requiring cryptography - use the 'cryptography' package instead
- existing PyCrypto-dependent code where a drop-in replacement is acceptable - use PyCryptodome
- any security-sensitive production system, since PyCrypto has known vulnerabilities
Facets
library · maturity abandoned
cryptography security security developer-tools python cross-platform deprecated encryption hashing aes rsa unmaintained
3 sources
- readme: https://github.com/pycrypto/pycrypto · fetched 2026-08-28 · 1eef49a6ba46
- homepage: https://www.pycrypto.org/ · fetched 2026-08-29 · b9f54f06c20e
- site_page: https://www.pycrypto.org/api · fetched 2026-08-29 · d7597175aee0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pycrypto/pycrypto | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="pycrypto/pycrypto")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem