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

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

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

davidaurelio/hashids-python

0
View on GitHub↗
1,416 星标·104 分支·Python·MIT·9 次浏览

Hashids Python

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

Features

  • Python Cryptography - Python implementation of the hashids algorithm.
  • 密码学 - Implementation of hash ID generation.

Star 历史

davidaurelio/hashids-python 的 Star 历史图表davidaurelio/hashids-python 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Hashids Python 的开源替代方案

相似的开源项目,按与 Hashids Python 的功能重合度排序。
  • 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
  • pyca/bcryptpyca 的头像

    pyca/bcrypt

    1,483在 GitHub 上查看↗

    Modern(-ish) password hashing for your software and your servers

    Python
    在 GitHub 上查看↗1,483
  • 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
  • legrandin/pycryptodomeLegrandin 的头像

    Legrandin/pycryptodome

    3,233在 GitHub 上查看↗

    A self-contained cryptographic library for Python

    C
    在 GitHub 上查看↗3,233
查看 Hashids Python 的所有 30 个替代方案→

常见问题解答

davidaurelio/hashids-python 是做什么的?

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

davidaurelio/hashids-python 的主要功能有哪些?

davidaurelio/hashids-python 的主要功能包括:Python Cryptography, 密码学。

davidaurelio/hashids-python 有哪些开源替代品?

davidaurelio/hashids-python 的开源替代品包括: pyca/cryptography — This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level… pyca/pynacl — Python binding to the Networking and Cryptography (NaCl) library. cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… legrandin/pycryptodome — A self-contained cryptographic library for Python. pyca/bcrypt — Modern(-ish) password hashing for your software and your servers. 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…