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.

स्टार हिस्ट्री

davidaurelio/hashids-python के लिए स्टार हिस्ट्री चार्टdavidaurelio/hashids-python के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Hashids Python के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Hashids Python के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • pyca/cryptographypyca का अवतार

    pyca/cryptography

    7,628GitHub पर देखें↗

    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,483GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗1,483
  • cossacklabs/themiscossacklabs का अवतार

    cossacklabs/themis

    1,965GitHub पर देखें↗

    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,233GitHub पर देखें↗

    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…