summaryrefslogtreecommitdiff
path: root/index.md
blob: e3063b2c10202ddc3b4af7e7ef95e3f42878a6af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This software is no longer maintained.

**PyCrypto 2.x is unmaintained, obsolete, and contains security vulnerabilities.**

Please choose one of the following alternatives:

### [Cryptography](https://cryptography.io)

* Recommended for new applications.
* Newer API with fewer gotchas.
* [API docs](https://cryptography.io)
* [GitHub](https://github.com/pyca/cryptography)
* [PyPI](https://pypi.org/project/cryptography)

### [PyCryptodome](https://www.pycryptodome.org)

* Recommended for existing software that depends on PyCrypto.
* Fork of PyCrypto. Most applications should run unmodified.
* [API docs](https://www.pycryptodome.org)
* [GitHub](https://github.com/Legrandin/pycryptodome)
* [PyPI](https://pypi.org/project/pycryptodome)

---

### Historical links

⚠️ **PyCrypto 2.x is unmaintained. The following are provided for reference only.**

* [API docs](./api/) (epydoc output)
* [Old overview of PyCrypto (v2.3)](./doc/)
* [Source code repository](https://github.com/pycrypto/pycrypto)
* [Release tarballs](./pub/dlitz/crypto/pycrypto/)
* [Mailing list archive](https://lists.dlitz.net/pipermail/pycrypto/) ([Local snapshot](./pipermail/pycrypto/))
* [PyPI](https://pypi.org/project/pycrypto/)