summaryrefslogtreecommitdiff
path: root/index.md
blob: 05e78c8e57679c4e704efdff1ecfe60392a6b853 (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
35
36
37
38
39
40
41
---
title: This software is no longer maintained.
---
# PyCrypto - The Python Cryptography Toolkit

## 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)
* [Overview of PyCrypto](./doc/) (built from [Doc/pycrypto.rst](https://github.com/pycrypto/pycrypto/blob/master/Doc/pycrypt.rst))
* [Source code repository (GitHub)](https://github.com/pycrypto/pycrypto)
* [Release tarballs](./pub/dlitz/crypto/pycrypto/) <!-- mirrored from <https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/> -->
* [Mailing list archive](https://lists.dlitz.net/pipermail/pycrypto/) ([Local snapshot](./pipermail/pycrypto/))
* [PyPI](https://pypi.org/project/pycrypto/)

<a href="https://github.com/pycrypto/pycrypto"><img style="position: absolute; top: 0; right: 0; border: 0;" src="{{ '/images/thirdparty/fork-me-on-github.png' | relative_url }}" alt="[PyCrypto on GitHub]"></a>