awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
davidaurelio avatar

davidaurelio/hashids-python

0
View on GitHub↗
1,416 estrellas·104 forks·Python·MIT·5 vistas

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.
  • Criptografía - Implementation of hash ID generation.

Historial de estrellas

Gráfico del historial de estrellas de davidaurelio/hashids-pythonGráfico del historial de estrellas de davidaurelio/hashids-python

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Hashids Python

Proyectos open-source similares, clasificados según cuántas características comparten con Hashids Python.
  • pyca/cryptographyAvatar de pyca

    pyca/cryptography

    7,628Ver en 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
    Ver en GitHub↗7,628
  • pyca/bcryptAvatar de pyca

    pyca/bcrypt

    1,483Ver en GitHub↗

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

    Python
    Ver en GitHub↗1,483
  • cossacklabs/themisAvatar de cossacklabs

    cossacklabs/themis

    1,965Ver en 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
    Ver en GitHub↗1,965
  • legrandin/pycryptodomeAvatar de Legrandin

    Legrandin/pycryptodome

    3,233Ver en GitHub↗

    A self-contained cryptographic library for Python

    C
    Ver en GitHub↗3,233
Ver las 30 alternativas a Hashids Python→

Preguntas frecuentes

¿Qué hace davidaurelio/hashids-python?

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

¿Cuáles son las características principales de davidaurelio/hashids-python?

Las características principales de davidaurelio/hashids-python son: Python Cryptography, Criptografía.

¿Qué alternativas de código abierto existen para davidaurelio/hashids-python?

Las alternativas de código abierto para davidaurelio/hashids-python incluyen: 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…