awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pyca avatar

pyca/bcrypt

0
View on GitHub↗
1,483 Stars·211 Forks·Python·Apache-2.0·4 Aufrufe

Bcrypt

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

Features

  • Python Cryptography - Modern password hashing for Python applications.
  • Kryptographie - Modern password hashing implementation.

Star-Verlauf

Star-Verlauf für pyca/bcryptStar-Verlauf für pyca/bcrypt

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Bcrypt

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Bcrypt.
  • pyca/cryptographyAvatar von pyca

    pyca/cryptography

    7,628Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,628
  • legrandin/pycryptodomeAvatar von Legrandin

    Legrandin/pycryptodome

    3,233Auf GitHub ansehen↗

    A self-contained cryptographic library for Python

    C
    Auf GitHub ansehen↗3,233
  • cossacklabs/themisAvatar von cossacklabs

    cossacklabs/themis

    1,965Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,965
  • davidaurelio/hashids-pythonAvatar von davidaurelio

    davidaurelio/hashids-python

    1,416Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,416
Alle 30 Alternativen zu Bcrypt anzeigen→

Häufig gestellte Fragen

Was macht pyca/bcrypt?

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

Was sind die Hauptfunktionen von pyca/bcrypt?

Die Hauptfunktionen von pyca/bcrypt sind: Python Cryptography, Kryptographie.

Welche Open-Source-Alternativen gibt es zu pyca/bcrypt?

Open-Source-Alternativen zu pyca/bcrypt sind unter anderem: 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… davidaurelio/hashids-python — Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3. legrandin/pycryptodome — A self-contained cryptographic library for Python. 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…