awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
davidaurelio avatar

davidaurelio/hashids-python

0
View on GitHub↗
1,416 stars·104 forks·Python·MIT·20 views

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.
  • Cryptography - Implementation of hash ID generation.

Star history

Star history chart for davidaurelio/hashids-pythonStar history chart for davidaurelio/hashids-python

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hashids Python

Similar open-source projects, ranked by how many features they share with Hashids Python.
  • pyca/cryptographypyca avatar

    pyca/cryptography

    7,628View on 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
    View on GitHub↗7,628
  • pyca/bcryptpyca avatar

    pyca/bcrypt

    1,483View on GitHub↗

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

    Python
    View on GitHub↗1,483
  • cossacklabs/themiscossacklabs avatar

    cossacklabs/themis

    1,965View on 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
    View on GitHub↗1,965
  • legrandin/pycryptodomeLegrandin avatar

    Legrandin/pycryptodome

    3,233View on GitHub↗

    A self-contained cryptographic library for Python

    C
    View on GitHub↗3,233
See all 30 alternatives to Hashids Python→

Frequently asked questions

What does davidaurelio/hashids-python do?

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

What are the main features of davidaurelio/hashids-python?

The main features of davidaurelio/hashids-python are: Python Cryptography, Cryptography.

What are some open-source alternatives to davidaurelio/hashids-python?

Open-source alternatives to davidaurelio/hashids-python include: 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…