awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pyca avatar

pyca/pynacl

0
View on GitHub↗
1,195 星标·256 分支·C·Apache-2.0·3 次浏览pynacl.readthedocs.io↗

Pynacl

Python binding to the Networking and Cryptography (NaCl) library

Features

  • Python Cryptography - Python bindings for the Networking and Cryptography library.
  • 密码学 - Provides bindings for high-level networking and cryptography primitives.

Star 历史

pyca/pynacl 的 Star 历史图表pyca/pynacl 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Pynacl 的开源替代方案

相似的开源项目,按与 Pynacl 的功能重合度排序。
  • pyca/cryptographypyca 的头像

    pyca/cryptography

    7,628在 GitHub 上查看↗

    This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level recipes for implementing secure encryption and authentication. It functions as a symmetric encryption toolkit and a cryptographic hash provider, offering both a low-level cryptographic interface for building custom protocols and high-level tools for securing data. The library covers a broad range of security capabilities, including symmetric data encryption, the derivation of cryptographic keys from passwords or secret values, and data integrity verification through the generati

    Pythoncryptographypython
    在 GitHub 上查看↗7,628
  • legrandin/pycryptodomeLegrandin 的头像

    Legrandin/pycryptodome

    3,233在 GitHub 上查看↗

    A self-contained cryptographic library for Python

    C
    在 GitHub 上查看↗3,233
  • cossacklabs/themiscossacklabs 的头像

    cossacklabs/themis

    1,965在 GitHub 上查看↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    在 GitHub 上查看↗1,965
  • davidaurelio/hashids-pythondavidaurelio 的头像

    davidaurelio/hashids-python

    1,416在 GitHub 上查看↗

    Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3

    Python
    在 GitHub 上查看↗1,416
查看 Pynacl 的所有 30 个替代方案→

常见问题解答

pyca/pynacl 是做什么的?

Python binding to the Networking and Cryptography (NaCl) library

pyca/pynacl 的主要功能有哪些?

pyca/pynacl 的主要功能包括:Python Cryptography, 密码学。

pyca/pynacl 有哪些开源替代品?

pyca/pynacl 的开源替代品包括: pyca/cryptography — This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level… pyca/bcrypt — Modern(-ish) password hashing for your software and your servers. cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… davidaurelio/hashids-python — Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3. legrandin/pycryptodome — A self-contained cryptographic library for Python. artem-smotrakov/micropython-rsa-signing — This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version…