awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·9 vues

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

Historique des stars

Graphique de l'historique des stars pour davidaurelio/hashids-pythonGraphique de l'historique des stars pour davidaurelio/hashids-python

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Hashids Python

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Hashids Python.
  • pyca/cryptographyAvatar de pyca

    pyca/cryptography

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

    pyca/bcrypt

    1,483Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗1,483
  • cossacklabs/themisAvatar de cossacklabs

    cossacklabs/themis

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

    Legrandin/pycryptodome

    3,233Voir sur GitHub↗

    A self-contained cryptographic library for Python

    C
    Voir sur GitHub↗3,233
Voir les 30 alternatives à Hashids Python→

Questions fréquentes

Que fait davidaurelio/hashids-python ?

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

Quelles sont les fonctionnalités principales de davidaurelio/hashids-python ?

Les fonctionnalités principales de davidaurelio/hashids-python sont : Python Cryptography, Cryptographie.

Quelles sont les alternatives open-source à davidaurelio/hashids-python ?

Les alternatives open-source à davidaurelio/hashids-python incluent : 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…