Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyca/pynacl
Python binding to the Networking and Cryptography (NaCl) library
https://github.com/pyca/pynacl
cryptography libsodium nacl python
Last synced: 10 days ago
JSON representation
Python binding to the Networking and Cryptography (NaCl) library
- Host: GitHub
- URL: https://github.com/pyca/pynacl
- Owner: pyca
- License: apache-2.0
- Created: 2013-02-22T03:52:39.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:30:18.000Z (7 months ago)
- Last Synced: 2024-04-22T11:40:18.890Z (7 months ago)
- Topics: cryptography, libsodium, nacl, python
- Language: C
- Homepage: https://pynacl.readthedocs.io/
- Size: 82.7 MB
- Stars: 1,033
- Watchers: 28
- Forks: 221
- Open Issues: 46
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
- fintech-awesome-libraries - pynacl - Python binding to the Networking and Cryptography (NaCl) library. (Cryptography)
- awesome-python-security - PyNacl - Python binding to the Networking and Cryptography (NaCl) library. (Cryptography)
- best-of-web-python - GitHub - 14% open · ⏱️ 05.06.2024): (Others)
- awesome-python-resources - GitHub - 13% open · ⏱️ 02.08.2022): (密码学)
README
===============================================
PyNaCl: Python binding to the libsodium library
===============================================.. image:: https://img.shields.io/pypi/v/pynacl.svg
:target: https://pypi.org/project/PyNaCl/
:alt: Latest Version.. image:: https://codecov.io/github/pyca/pynacl/coverage.svg?branch=main
:target: https://codecov.io/github/pyca/pynacl?branch=main.. image:: https://img.shields.io/pypi/pyversions/pynacl.svg
:target: https://pypi.org/project/PyNaCl/
:alt: Compatible Python VersionsPyNaCl is a Python binding to `libsodium`_, which is a fork of the
`Networking and Cryptography library`_. These libraries have a stated goal of
improving usability, security and speed. It supports Python 3.7+ as well as
PyPy 3... _libsodium: https://github.com/jedisct1/libsodium
.. _Networking and Cryptography library: https://nacl.cr.yp.to/Features
--------* Digital signatures
* Secret-key encryption
* Public-key encryption
* Hashing and message authentication
* Password based key derivation and password hashing`Changelog`_
------------.. _Changelog: https://pynacl.readthedocs.io/en/latest/changelog/