mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-27 22:11:07 +00:00
Cryptography section
This commit is contained in:
parent
c6497933c0
commit
e3c242c1e1
|
@ -623,7 +623,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the 0MQ message library.
|
||||
* [txZMQ](https://github.com/smira/txZMQ) - Twisted based wrapper for the 0MQ message library.
|
||||
* [Crossbar](http://crossbar.io) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
|
||||
* [Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
|
||||
|
||||
## WebSocket
|
||||
|
||||
|
@ -657,7 +656,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
## Cryptography
|
||||
|
||||
* [PyCA's Cryptography](https://cryptography.io/en/latest/) - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
|
||||
* [PyCrypto](https://www.dlitz.net/software/pycrypto/) - The Python Cryptography Toolkit.
|
||||
* [Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
|
||||
* [cryptography](https://cryptography.io/) - A package designed to expose cryptographic primitives and recipes to Python developers.
|
||||
|
||||
## GUI
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user